From 5001f2fc124063c39abb19fe9009567fde03205b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 10 Apr 2019 15:08:08 +0200 Subject: [PATCH] tox: Install pytest-cov for the coverage reporting. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 889cc09..fb97e24 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ commands = coverage report --show-missing codecov -e TOXENV deps = + -rtest-requirements.txt coverage codecov>=1.4.0 setenv =