Skip to content

Commit

Permalink
Add py3.9 to travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Oct 25, 2020
1 parent 6064663 commit 60d69ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
- python: 3.9-dev
env: TOX_ENV=py39
- python: pypy
env: TOX_ENV=pypy
- python: 3.8
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def read(fname):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py27,py35,py36,py37,p38,pypy,flake8
envlist = py27,py35,py36,py37,p38,py39,pypy,flake8

[testenv]
deps =
Expand Down

0 comments on commit 60d69ca

Please sign in to comment.