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 a818764 commit c904ba8Copy full SHA for c904ba8
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
- django17: Django==1.7.10
19
- django18: Django==1.8.6
20
- django19: https://www.djangoproject.com/download/1.9rc1/tarball/
+ django17: Django==1.7.11
+ django18: Django==1.8.7
+ django19: Django==1.9
21
coverage<4
22
-rrequirements/testing.txt
23
0 commit comments