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 b7df0d9 commit bbd0bc0
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 @@ -24,7 +24,7 @@ matrix:
after_success:
- coverage combine
- coveralls
- python: "3.8-dev"
- python: "3.8"
env: TOXENV=py38
dist: xenial

Expand Down

0 comments on commit bbd0bc0

Please sign in to comment.