Supported Python versions: 2.7, 3.4, 3.5, 3.6

This commit is contained in:
Tobias Gruetzmacher 2017-12-14 22:49:31 +01:00
parent 2f048c5992
commit 84f6981d51
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, flake8
envlist = py27, py34, py35, py36, flake8
[testenv]
commands =