Skip to content

Commit 6cf84e9

Browse files
committed
Fixed #427: updated django versions on tox to latest security release
1 parent 2402be0 commit 6cf84e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ envlist =
1515
[testenv]
1616
commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
1717
deps =
18-
django18: Django==1.8.15
19-
django19: Django==1.9.10
20-
django110: Django==1.10.2
18+
django18: Django==1.8.16
19+
django19: Django==1.9.11
20+
django110: Django==1.10.3
2121
coverage==4.1
2222
pytest-cov==2.3.0
2323
-rrequirements/testing.txt
@@ -26,7 +26,7 @@ deps =
2626
# coverage-4.1 doesn't support python-3.2.
2727
commands=python runtests.py -q
2828
deps =
29-
django18: Django==1.8.15
29+
django18: Django==1.8.16
3030
-rrequirements/testing.txt
3131

3232
[testenv:docs]

0 commit comments

Comments
 (0)