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 3e809f1 commit 3ddc79aCopy full SHA for 3ddc79a
tox.ini
@@ -171,7 +171,7 @@ setenv =
171
TMP = {env_tmp_dir}
172
173
commands =
174
- python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}
+ python -m pip list; python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}
175
176
[testenv:covreport]
177
description = Environment for combining coverage reports
0 commit comments