diff --git a/tox.ini b/tox.ini index cbbf7309378f9b54add4f29373bd1af66e13e4fc..53ed942af9e2834119679a9ee115aac4618dd7ac 100644 --- a/tox.ini +++ b/tox.ini @@ -2,10 +2,11 @@ envlist = flake8, pypy, py26, py27, py32, py33, py34, coverage [testenv] +usedevelop=True recreate=True deps=pytest -commands=python setup.py dev - python setup.py test +commands= + python setup.py test [testenv:flake8] deps=flake8