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 42f1de9 commit 86633e7Copy full SHA for 86633e7
requirements/testing.txt
@@ -3,4 +3,3 @@ mock==1.0.1
3
pytest==2.8.3
4
pytest-django==2.9.1
5
pytest-xdist==1.13.1
6
-pytest-cov==2.2.0
tox.ini
@@ -17,7 +17,15 @@ commands=python runtests.py -q --cov oauth2_provider --cov-report= --cov-append
17
deps =
18
django18: Django==1.8.11
19
django19: Django==1.9.4
20
- coverage<4
+ coverage==4.1
21
+ pytest-cov==2.3.0
22
+ -rrequirements/testing.txt
23
+
24
+[testenv:py32-django18]
25
+# coverage-4.1 doesn't support python-3.2.
26
+commands=python runtests.py -q
27
+deps =
28
+ django18: Django==1.8.11
29
-rrequirements/testing.txt
30
31
[testenv:docs]
0 commit comments