Skip to content

Commit

Permalink
switched python 3.9 to 3.9-dev as 3.9 is not available yet on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecno92 committed Oct 18, 2020
1 parent 48c2f59 commit ddeb868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.9-dev"
install:
- pip install tox-travis==0.12
- pip install "coverage>=3.7.1" coveralls
Expand Down

0 comments on commit ddeb868

Please sign in to comment.