turn on verbose pytest output

This commit is contained in:
meejah
2017-04-06 15:06:20 -06:00
parent a5b3d6205b
commit 207a48ba37

View File

@@ -47,7 +47,7 @@ commands =
sh -c "which python"
python -V
coverage --version
asyncio: coverage run --source {envsitepackagesdir}/autobahn/ {envbindir}/py.test {envsitepackagesdir}/autobahn/
asyncio: coverage run --source {envsitepackagesdir}/autobahn/ {envbindir}/py.test -v {envsitepackagesdir}/autobahn/
tw121,tw132,tw154: coverage run {envbindir}/trial autobahn
tw165,tw171,twtrunk: coverage run -m twisted.trial autobahn
coverage report