Skip to content

Commit cce3ff8

Browse files
committed
updated django version on tox.ini
1 parent 147bc56 commit cce3ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ envlist =
1515
[testenv]
1616
commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
1717
deps =
18-
django18: Django==1.8.11
19-
django19: Django==1.9.4
18+
django18: Django==1.8.15
19+
django19: Django==1.9.10
2020
coverage==4.1
2121
pytest-cov==2.3.0
2222
-rrequirements/testing.txt
@@ -25,7 +25,7 @@ deps =
2525
# coverage-4.1 doesn't support python-3.2.
2626
commands=python runtests.py -q
2727
deps =
28-
django18: Django==1.8.11
28+
django18: Django==1.8.15
2929
-rrequirements/testing.txt
3030

3131
[testenv:docs]

0 commit comments

Comments
 (0)