Remove unsupported Python 3.3 from tox.ini

Python 3.3 is not a supported version so don't test it.
This commit is contained in:
Jon Dufresne
2018-01-10 18:37:22 -08:00
parent c98e30b5cb
commit 620a5391c3

View File

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