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