Skip to content

Commit db66b8e

Browse files
committed
Move pytest-cov dep to tox.ini
1 parent 96fddf9 commit db66b8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements/cov.txt

-1
This file was deleted.

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commands =
3434
[testenv:coverage]
3535
deps =
3636
-r{toxinidir}/requirements/pip.txt
37-
-r{toxinidir}/requirements/cov.txt
37+
pytest-cov
3838
whitelist_externals = echo
3939
commands =
4040
py.test --disable-pytest-warnings \

0 commit comments

Comments
 (0)