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
+2 -2
View File
@@ -1,8 +1,8 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36
envlist = py26,py27,py34,py35,py36
[testenv]
commands =
pip install -e .[socks]
python setup.py test
python setup.py test