Skip to content

Commit b29baea

Browse files
committed
Correct syntax for invoking pytest
1 parent d5a5c90 commit b29baea

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
@@ -23,7 +23,7 @@ commands =
2323

2424
[testenv:diffcov]
2525
commands =
26-
python -m coverage run pytest {posargs}
26+
python -m coverage run -m pytest {posargs}
2727
python -m coverage xml
2828
diff-cover coverage.xml --html-report diffcov.html
2929
diff-cover coverage.xml --fail-under=100

0 commit comments

Comments
 (0)