Skip to content

Commit de4f9be

Browse files
bring coverage test closer to py-unittest
1 parent 92459fe commit de4f9be

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@ commands = bash tools/pycbc_test_suite.sh
8484

8585
[testenv:py-coverage]
8686
deps =
87-
{[base]deps}
87+
{[testenv]deps}
8888
coverage
89-
pytest
90-
conda_deps =
91-
{[base]conda_deps}
9289
commands =
93-
python -m coverage run --source=pycbc -m pytest test
90+
python -m coverage run --source=pycbc -m pytest
9491
python -m coverage html -d htmlcov
9592
python -m coverage report -m
9693
passenv = LAL_DATA_PATH

0 commit comments

Comments
 (0)