We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3f23 commit 465094aCopy full SHA for 465094a
tox.ini
@@ -17,7 +17,7 @@ python =
17
extras = test
18
usedevelop = true
19
commands =
20
- pytest -n auto --cov --cov-branch --cov-report=xml --cov-report=html --cov-report=term {posargs}
+ pytest -vv -n auto --cov --cov-branch --cov-report=xml --cov-report=html --cov-report=term {posargs}
21
22
[testenv:py27]
23
# run only helper scripts tests on python 2
0 commit comments