diff --git a/tox.ini b/tox.ini index 43aeaea4c..7a7db6a7c 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = py26,py27,lint [testenv] commands = python setup.py dev - nosetests + python setup.py test -q # -q does not suppress errors [testenv:lint] commands =