Commit 5b5d6f1d by Tom Christie

Test against Django 1.9 beta

parent 4e24374c
...@@ -19,9 +19,9 @@ commands = ./runtests.py --fast {posargs} --coverage ...@@ -19,9 +19,9 @@ commands = ./runtests.py --fast {posargs} --coverage
setenv = setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
deps = deps =
django17: Django==1.7.10 # Should track maximum supported django17: Django==1.7.10
django18: Django==1.8.4 # Should track maximum supported django18: Django==1.8.4
django19: https://www.djangoproject.com/download/1.9a1/tarball/ django19: https://www.djangoproject.com/download/1.9b1/tarball/
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt -rrequirements/requirements-optionals.txt
...@@ -40,21 +40,21 @@ deps = ...@@ -40,21 +40,21 @@ deps =
# Specify explicitly to exclude Django Guardian against Django 1.9 # Specify explicitly to exclude Django Guardian against Django 1.9
[testenv:py27-django19] [testenv:py27-django19]
deps = deps =
https://www.djangoproject.com/download/1.9a1/tarball/ https://www.djangoproject.com/download/1.9b1/tarball/
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
markdown==2.5.2 markdown==2.5.2
django-filter==0.10.0 django-filter==0.10.0
[testenv:py34-django19] [testenv:py34-django19]
deps = deps =
https://www.djangoproject.com/download/1.9a1/tarball/ https://www.djangoproject.com/download/1.9b1/tarball/
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
markdown==2.5.2 markdown==2.5.2
django-filter==0.10.0 django-filter==0.10.0
[testenv:py35-django19] [testenv:py35-django19]
deps = deps =
https://www.djangoproject.com/download/1.9a1/tarball/ https://www.djangoproject.com/download/1.9b1/tarball/
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
markdown==2.5.2 markdown==2.5.2
django-filter==0.10.0 django-filter==0.10.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment