We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae17d commit a80f9f4Copy full SHA for a80f9f4
tox.ini
@@ -15,7 +15,7 @@ isolated_build = true
15
description = run the test driver with {basepython}
16
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86) PYTEST_ADDOPTS
17
deps = -rtest-requirements.txt
18
-commands = python -m pytest {posargs}
+commands = python -m pytest -vvv {posargs}
19
20
[testenv:lint]
21
description = check the code style
0 commit comments