Have pytest generate the coverage files

This commit is contained in:
Daniel Quinn
2018-02-25 16:42:15 +00:00
parent 7d6cae96f3
commit c4bbb71a3b
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 = "*"