Skip to content

Commit c68d932

Browse files
committed
Merge pull request #3525 from tomchristie/django-19-beta
Test against Django 1.9 beta
2 parents 4e24374 + 5b5d6f1 commit c68d932

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ commands = ./runtests.py --fast {posargs} --coverage
1919
setenv =
2020
PYTHONDONTWRITEBYTECODE=1
2121
deps =
22-
django17: Django==1.7.10 # Should track maximum supported
23-
django18: Django==1.8.4 # Should track maximum supported
24-
django19: https://www.djangoproject.com/download/1.9a1/tarball/
22+
django17: Django==1.7.10
23+
django18: Django==1.8.4
24+
django19: https://www.djangoproject.com/download/1.9b1/tarball/
2525
-rrequirements/requirements-testing.txt
2626
-rrequirements/requirements-optionals.txt
2727

@@ -40,21 +40,21 @@ deps =
4040
# Specify explicitly to exclude Django Guardian against Django 1.9
4141
[testenv:py27-django19]
4242
deps =
43-
https://www.djangoproject.com/download/1.9a1/tarball/
43+
https://www.djangoproject.com/download/1.9b1/tarball/
4444
-rrequirements/requirements-testing.txt
4545
markdown==2.5.2
4646
django-filter==0.10.0
4747

4848
[testenv:py34-django19]
4949
deps =
50-
https://www.djangoproject.com/download/1.9a1/tarball/
50+
https://www.djangoproject.com/download/1.9b1/tarball/
5151
-rrequirements/requirements-testing.txt
5252
markdown==2.5.2
5353
django-filter==0.10.0
5454

5555
[testenv:py35-django19]
5656
deps =
57-
https://www.djangoproject.com/download/1.9a1/tarball/
57+
https://www.djangoproject.com/download/1.9b1/tarball/
5858
-rrequirements/requirements-testing.txt
5959
markdown==2.5.2
6060
django-filter==0.10.0

0 commit comments

Comments
 (0)