Skip to content

Commit

Permalink
Merge pull request #160 from elfosardo/test-python39
Browse files Browse the repository at this point in the history
Add support for Python 3.9
  • Loading branch information
elfosardo authored Feb 18, 2021
2 parents bc50eb9 + 4a98e63 commit 756fedb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
env:
- TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
- TOXENV=pep8
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[files]
packages =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.9.0
envlist = py36,py37,py38,pep8,cover,docs
envlist = py36,py37,py38,py39,pep8,cover,docs
skipsdist = True
ignore_basepython_conflict=true

Expand Down

0 comments on commit 756fedb

Please sign in to comment.