Skip to content

Commit

Permalink
Use Python 3.8 final on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 23, 2019
1 parent 95c8458 commit c39cffe
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 @@ -16,7 +16,7 @@ matrix:
env: TOXENV=py36,py36-datetime
- python: "3.7"
env: TOXENV=py37,py37-datetime
- python: "3.8-dev"
- python: "3.8"
env: TOXENV=py38,py38-datetime

before_install:
Expand Down

0 comments on commit c39cffe

Please sign in to comment.