Skip to content

Commit c904ba8

Browse files
committed
Fixed django versions in tox.ini
1 parent a818764 commit c904ba8

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,9 +15,9 @@ envlist =
1515
[testenv]
1616
commands=python runtests.py -q --cov oauth2_provider --cov-report= --cov-append
1717
deps =
18-
django17: Django==1.7.10
19-
django18: Django==1.8.6
20-
django19: https://www.djangoproject.com/download/1.9rc1/tarball/
18+
django17: Django==1.7.11
19+
django18: Django==1.8.7
20+
django19: Django==1.9
2121
coverage<4
2222
-rrequirements/testing.txt
2323

0 commit comments

Comments
 (0)