Skip to content

Commit 8dd1b68

Browse files
committed
Simpler coverage command
1 parent e03e2b8 commit 8dd1b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv=
99
PYTHON_ISAL_LINK_DYNAMIC
1010
commands =
1111
# Create HTML coverage report for humans and xml coverage report for external services.
12-
coverage run --source={envsitepackagesdir}/isal -m py.test tests
12+
coverage run --source=isal -m py.test tests
1313
coverage html
1414
coverage xml
1515

@@ -24,7 +24,7 @@ setenv=
2424
CYTHON_COVERAGE=true
2525
commands =
2626
# Create HTML coverage report for humans and xml coverage report for external services.
27-
coverage run --source={envsitepackagesdir}/isal -m py.test tests
27+
coverage run --source=isal -m py.test tests
2828
coverage html
2929
coverage xml
3030

0 commit comments

Comments
 (0)