File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ commands = ./runtests.py --fast {posargs} --coverage
19
19
setenv =
20
20
PYTHONDONTWRITEBYTECODE =1
21
21
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/
25
25
-rrequirements/requirements-testing.txt
26
26
-rrequirements/requirements-optionals.txt
27
27
@@ -40,21 +40,21 @@ deps =
40
40
# Specify explicitly to exclude Django Guardian against Django 1.9
41
41
[testenv:py27-django19]
42
42
deps =
43
- https://www.djangoproject.com/download/1.9a1 /tarball/
43
+ https://www.djangoproject.com/download/1.9b1 /tarball/
44
44
-rrequirements/requirements-testing.txt
45
45
markdown ==2.5.2
46
46
django-filter ==0.10.0
47
47
48
48
[testenv:py34-django19]
49
49
deps =
50
- https://www.djangoproject.com/download/1.9a1 /tarball/
50
+ https://www.djangoproject.com/download/1.9b1 /tarball/
51
51
-rrequirements/requirements-testing.txt
52
52
markdown ==2.5.2
53
53
django-filter ==0.10.0
54
54
55
55
[testenv:py35-django19]
56
56
deps =
57
- https://www.djangoproject.com/download/1.9a1 /tarball/
57
+ https://www.djangoproject.com/download/1.9b1 /tarball/
58
58
-rrequirements/requirements-testing.txt
59
59
markdown ==2.5.2
60
60
django-filter ==0.10.0
You can’t perform that action at this time.
0 commit comments