tox: should run without -v flag

This commit is contained in:
Roman Zeyde
2014-09-06 14:31:59 +03:00
parent 3602831a29
commit 31ea792015

View File

@@ -2,4 +2,4 @@
envlist = py27,py33
[testenv]
deps=pytest
commands=py.test -v tests/
commands=py.test tests/