We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaccc8 commit a663e71Copy full SHA for a663e71
requirements/testing.txt
@@ -1,5 +1,7 @@
1
-r optional.txt
2
+coverage==4.3.4
3
mock==2.0.0
4
pytest==3.0.6
5
+pytest-cov==2.4.0
6
pytest-django==3.1.2
7
pytest-xdist==1.15.0
tox.ini
@@ -19,8 +19,6 @@ deps =
19
django19: Django==1.9.12
20
django110: Django==1.10.5
21
djangomaster: https://github.com/django/django/archive/master.tar.gz
22
- coverage==4.1
23
- pytest-cov==2.3.0
24
-rrequirements/testing.txt
25
26
[testenv:docs]
0 commit comments