diff --git a/tox.ini b/tox.ini index bb0a45bc..5d7d5e40 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = nose pytest vcrpy -commands = py.test {posargs} +commands = py.test -v {posargs} [testenv:coverage] basepython = python2