Test against Django 1.9rc1

This commit is contained in:
José Padilla 2015-11-17 09:58:55 -04:00
parent 5cde5c6adf
commit e2ac148367

View File

@ -14,7 +14,7 @@ setenv =
deps =
django17: Django==1.7.10
django18: Django==1.8.6
django19: https://www.djangoproject.com/download/1.9b1/tarball/
django19: https://www.djangoproject.com/download/1.9rc1/tarball/
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
@ -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.9b1/tarball/
https://www.djangoproject.com/download/1.9rc1/tarball/
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0
[testenv:py34-django19]
deps =
https://www.djangoproject.com/download/1.9b1/tarball/
https://www.djangoproject.com/download/1.9rc1/tarball/
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0
[testenv:py35-django19]
deps =
https://www.djangoproject.com/download/1.9b1/tarball/
https://www.djangoproject.com/download/1.9rc1/tarball/
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0