Skip to content

Commit

Permalink
Merge pull request #3689 from jpadilla/django19
Browse files Browse the repository at this point in the history
Use latest release of Django 1.9
  • Loading branch information
xordoquy committed Dec 2, 2015
2 parents d2f90fd + eba6229 commit 17267bf
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 17267bf

Please sign in to comment.