tox.ini uses setup.py test -q

This commit is contained in:
Jakub Warmuz
2014-11-27 20:26:30 +01:00
parent c2413ba542
commit f62ab0e351
+1 -1
View File
@@ -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 =