diff --git a/.gitignore b/.gitignore index 519f3d32..b2abf8c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ nosetests.xml junit-report.xml pylint.txt toy.py -tox.ini cover/ build/ docs/_build diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..2a961c82 --- /dev/null +++ b/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py26,py27,py33,py34,py35,py36 + +[testenv] + +commands = + pip install -e .[socks] + python setup.py test \ No newline at end of file