Skip to content

Commit

Permalink
chore: Add testing for Python 3.9 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreroggeri committed Nov 24, 2020
1 parent 8a5f767 commit 8c9e964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
env:
- TOXENV=py38
script: tox
- stage: test
python: 3.9
env:
- TOXENV=py39
script: tox
after_success:
- coveralls
- stage: deploy
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38
envlist = py36,py37,py38,py39

[testenv]
deps = pytest
Expand Down

0 comments on commit 8c9e964

Please sign in to comment.