Removing py33 since flake8 seems to be having a bug checking it.

This commit is contained in:
Sean Reifschneider
2016-12-17 19:18:46 -07:00
parent 5b75728565
commit d9ded7bf07

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py27,py33,py34,py35,pypy,pep8
envlist = py27,py34,py35,pypy,pep8
skipsdist = True
[testenv]