Skip to content

Commit

Permalink
Add py39 to CI. (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: dosas <dosas@github.com>
  • Loading branch information
dosas and dosas committed Mar 2, 2021
1 parent 68479ff commit a91b1f5
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 @@ -33,6 +33,11 @@ jobs:
python: 3.8
env: TOXENV=py38

-
name: python 3.9
python: 3.9
env: TOXENV=py39

-
name: pypy3
python: pypy3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{36,37,38,py3}, docs, linting
envlist = py{36,37,38,39,py3}, docs, linting

[testenv]
passenv = PYTEST_ADDOPTS
Expand Down

0 comments on commit a91b1f5

Please sign in to comment.