Skip to content

Commit

Permalink
enable python3.9 in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathowl committed Oct 7, 2020
1 parent 3e36538 commit 2f23e7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,11 @@ jobs:
python: "3.8"
after_success: *after_success

- stage: test
env: TOXENV=py39
python: "3.9-dev"
after_success: *after_success

- stage: deploy to pypi
install: skip
script: skip
Expand Down

0 comments on commit 2f23e7c

Please sign in to comment.