Skip to content

Commit 465094a

Browse files
committed
ci: verbose pytest
1 parent dcb3f23 commit 465094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python =
1717
extras = test
1818
usedevelop = true
1919
commands =
20-
pytest -n auto --cov --cov-branch --cov-report=xml --cov-report=html --cov-report=term {posargs}
20+
pytest -vv -n auto --cov --cov-branch --cov-report=xml --cov-report=html --cov-report=term {posargs}
2121

2222
[testenv:py27]
2323
# run only helper scripts tests on python 2

0 commit comments

Comments
 (0)