Skip to content

Commit

Permalink
ci: test with Python 3.9 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 16, 2021
1 parent 755c413 commit 4d788a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
env: TOXENV=py36-coverage
- python: '3.7'
env: TOXENV=py37-coverage
- python: '3.8-dev'
- python: '3.8'
env: TOXENV=py38-coverage
- python: '3.9'
env: TOXENV=py39-coverage
- python: 'pypy'
env: TOXENV=pypy-coverage
- python: 'pypy3'
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 = py{27,34,35,36,37,38,py,py3}, flake8
envlist = py{27,34,35,36,37,38,39,py,py3}, flake8

[testenv]
deps =
Expand Down

0 comments on commit 4d788a9

Please sign in to comment.