This commit is contained in:
2017-05-27 23:52:44 -04:00
parent 8b5fa606ec
commit 1fa168eea4
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
tox.ini
cover/
build/
docs/_build
+8
View File
@@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36
[testenv]
commands =
pip install -e .[socks]
python setup.py test