Skip to content

Commit 91d57e1

Browse files
authored
Update tox.ini
1 parent 3ddc79a commit 91d57e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ setenv =
171171
TMP = {env_tmp_dir}
172172

173173
commands =
174-
python -m pip list; python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}
174+
python -m pip list
175+
python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}
175176

176177
[testenv:covreport]
177178
description = Environment for combining coverage reports

0 commit comments

Comments
 (0)