From fa44d53d8d5e0b16d799f97393db330ceb750155 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 7 Nov 2017 11:30:45 -0500 Subject: [PATCH] Make the pytest command verbose in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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