Add pytest-cov to the testing requirements.

This commit is contained in:
Xavier Ordoquy 2015-07-03 00:58:40 +02:00
parent 344131c886
commit ba2bde01b6

View File

@ -1,3 +1,4 @@
# PyTest for running the tests. # PyTest for running the tests.
pytest==2.6.4 pytest==2.6.4
pytest-django==2.8.0 pytest-django==2.8.0
pytest-cov