Make the pytest command verbose in tox.ini

This commit is contained in:
mprahl
2017-11-07 11:30:45 -05:00
parent 5c4cf7b04b
commit fa44d53d8d

View File

@@ -19,7 +19,7 @@ deps =
nose
pytest
vcrpy
commands = py.test {posargs}
commands = py.test -v {posargs}
[testenv:coverage]
basepython = python2