Skip to content

Commit

Permalink
travis python 3.8 for check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 30, 2019
1 parent 5fdf691 commit 29df32a
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 @@ -31,7 +31,7 @@ jobs:
include:
- stage: test
name: "Check code style"
python: "3.7" # prevent matrix expansion
python: "3.8" # prevent matrix expansion
script:
- pip install --upgrade tox
- tox -e check
Expand Down

0 comments on commit 29df32a

Please sign in to comment.