Supported Python versions: 2.7, 3.4, 3.5, 3.6
This commit is contained in:
parent
2f048c5992
commit
84f6981d51
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ classifier =
|
|||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27, py35, py36, flake8
|
||||
envlist = py27, py34, py35, py36, flake8
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue