Merge pull request #2917 from radarhere/tox

Removed py33 from tox envlist
This commit is contained in:
wiredfool 2018-01-01 14:15:24 +00:00 committed by GitHub
commit 4930ba766b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py33, py34, py35, py36
envlist = py27, py34, py35, py36
[testenv]
commands =