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 8b5a628
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
dist: xenial
dist: focal
language: python

stages:
Expand Down Expand Up @@ -35,6 +35,11 @@ jobs:
python: "3.8"
after_success: *after_success

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

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

0 comments on commit 8b5a628

Please sign in to comment.