Skip to content

Commit 251510b

Browse files
committed
Remove cython coverage stuff from tox.ini
1 parent c8e645b commit 251510b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tox.ini

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@ commands =
1717
coverage html -i
1818
coverage xml -i
1919

20-
[testenv:coverage]
21-
# Separate test environment for cython coverage.
22-
deps=coverage[toml]
23-
cython
24-
pytest
25-
passenv=
26-
PYTHON_ISAL_LINK_DYNAMIC
27-
setenv=
28-
CYTHON_COVERAGE=true
29-
commands =
30-
# Create HTML coverage report for humans and xml coverage report for external services.
31-
coverage run --source=isal -m py.test tests
32-
coverage html
33-
coverage xml
34-
3520
[testenv:compliance]
3621
deps=pytest
3722
commands=

0 commit comments

Comments
 (0)