Simplify tox.ini

Tox installs the package to the virtualenv by default. PySocks is
already included in test_requirements. Don't need to install these
explicitly.
This commit is contained in:
Jon Dufresne
2018-11-11 11:49:02 -08:00
parent c501ec986d
commit af63554106
-1
View File
@@ -4,5 +4,4 @@ envlist = py27,py34,py35,py36
[testenv]
commands =
pip install -e .[socks]
python setup.py test