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 2402be0 commit 6cf84e9Copy full SHA for 6cf84e9
tox.ini
@@ -15,9 +15,9 @@ envlist =
15
[testenv]
16
commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
17
deps =
18
- django18: Django==1.8.15
19
- django19: Django==1.9.10
20
- django110: Django==1.10.2
+ django18: Django==1.8.16
+ django19: Django==1.9.11
+ django110: Django==1.10.3
21
coverage==4.1
22
pytest-cov==2.3.0
23
-rrequirements/testing.txt
@@ -26,7 +26,7 @@ deps =
26
# coverage-4.1 doesn't support python-3.2.
27
commands=python runtests.py -q
28
29
30
31
32
[testenv:docs]
0 commit comments