Skip to content

Commit 330941f

Browse files
committed
Fix posargs for cov, diffcov
1 parent bdad3bb commit 330941f

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
@@ -7,7 +7,7 @@ skip_missing_interpreters = True
77
[testenv]
88
commands =
99
!cov,!diffcov: python -m unittest {posargs:discover}
10-
cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:posargs}
10+
cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:discover}
1111
cov,diffcov: python -m coverage combine {[coverage]rc}
1212
cov: python -m coverage html {[coverage]rc}
1313
cov: python -m coverage xml {[coverage]rc}

0 commit comments

Comments
 (0)