Skip to content

Commit

Permalink
chore: test with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Mar 8, 2021
1 parent f52b811 commit 5aaa72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "pypy3.5"
install:
- pip install .[flake8]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,py35,py36,py37,py38,pypy
envlist = py27,py33,py34,py35,py36,py37,py38,py39,pypy

[testenv]
deps = -r{toxinidir}/test_requirements.txt
Expand Down

0 comments on commit 5aaa72f

Please sign in to comment.