Skip to content

Commit 36c1f2c

Browse files
committed
Merge pull request #103 from rodcloutier/Activate_coverage_in_tox
Activated coverage report in tox
2 parents 37b1afa + a47682c commit 36c1f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps =
77
pretend
88
pytest
99
commands =
10-
coverage run --source {envsitepackagesdir}/twine -m pytest {posargs:tests}
10+
coverage run --source twine -m pytest {posargs:tests}
1111
coverage report -m
1212

1313
[testenv:docs]

0 commit comments

Comments
 (0)