tox: Install pytest-cov for the coverage reporting.

This commit is contained in:
Damir Jelić 2019-04-10 15:08:08 +02:00
parent 928b65beee
commit 5001f2fc12

View File

@ -22,6 +22,7 @@ commands =
coverage report --show-missing coverage report --show-missing
codecov -e TOXENV codecov -e TOXENV
deps = deps =
-rtest-requirements.txt
coverage coverage
codecov>=1.4.0 codecov>=1.4.0
setenv = setenv =