Have pytest generate the coverage files

This commit is contained in:
Daniel Quinn
2018-02-25 16:42:15 +00:00
parent 8ca07388bc
commit 149aaf0bae
5 changed files with 19 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ python-gnupg = "*"
pytz = "*"
pycodestyle = "*"
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"