Skip to content

Commit 3ddc79a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

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

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

176176
[testenv:covreport]
177177
description = Environment for combining coverage reports

0 commit comments

Comments
 (0)