Add "-v" to the pytest command when run in tox

This commit is contained in:
mprahl
2018-02-05 12:55:29 -05:00
parent 5795a5017a
commit 63e39232a4

View File

@@ -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