Skip to content

Commit 844f1f9

Browse files
committed
updated for travic-ci failing on 3.10
1 parent 4ae9961 commit 844f1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.7"
77
- "3.8"
88
- "3.9"
9-
- "3.10"
9+
# - "3.10.0" # fails in travis-ci
1010

1111
# command to install dependencies
1212
before-install:
@@ -15,7 +15,7 @@ before-install:
1515
install:
1616
#- "pip install -U pytest"
1717
#- "pip install 'coverage<4'"
18-
- poetry add pytest pytest-cov coveralls
18+
- poetry add pytest coveralls
1919
- poetry update
2020
- poetry build
2121

0 commit comments

Comments
 (0)