Skip to content

Commit

Permalink
Use latest release of Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Dec 2, 2015
1 parent d2f90fd commit eba6229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setenv =
deps =
django17: Django==1.7.11
django18: Django==1.8.7
django19: https://www.djangoproject.com/download/1.9rc2/tarball/
django19: Django==1.9
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt

Expand All @@ -33,21 +33,21 @@ deps =
# Specify explicitly to exclude Django Guardian against Django 1.9
[testenv:py27-django19]
deps =
https://www.djangoproject.com/download/1.9rc2/tarball/
Django==1.9
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0

[testenv:py34-django19]
deps =
https://www.djangoproject.com/download/1.9rc2/tarball/
Django==1.9
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0

[testenv:py35-django19]
deps =
https://www.djangoproject.com/download/1.9rc2/tarball/
Django==1.9
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0

0 comments on commit eba6229

Please sign in to comment.