Skip to content

Commit 9e7870f

Browse files
authored
Merge pull request #25 from uzumaxy/fix/travis
Updated python version for Travis CI
2 parents 1d23396 + 11b9440 commit 9e7870f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ python:
66
- "3.5"
77
- "3.6"
88
- "3.7"
9-
- "3.8-dev"
9+
- "3.8"
10+
- "3.9-dev"
1011

1112
install:
1213
- pip install codecov tox

0 commit comments

Comments
 (0)