Merge pull request #4460 from jdufresne/py33

Remove unsupported Python 3.3 from tox.ini
This commit is contained in:
Ian Stapleton Cordasco
2018-01-11 08:41:08 -06:00
committed by GitHub
+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