From 63e39232a49e2e47819254ce5fc738430379a188 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 5 Feb 2018 12:55:29 -0500 Subject: [PATCH] Add "-v" to the pytest command when run in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c5cbce7..a8e61eac 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ max-line-length = 100 usedevelop = true deps = -r{toxinidir}/test-requirements.txt commands = - py.test {posargs} + py.test -v {posargs} [testenv:coverage] basepython = python2