File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,49 +14,49 @@ deps =
1414[testenv:py26-django14]
1515basepython = python2.6
1616deps =
17- Django ==1.4.8
17+ Django<1.5
1818 {[testenv]deps}
1919
2020[testenv:py26-django15]
2121basepython = python2.6
2222deps =
23- Django ==1.5.4
23+ Django<1.6
2424 {[testenv]deps}
2525
2626[testenv:py26-django16]
2727basepython = python2.6
2828deps =
29- Django ==1.6.1
29+ Django<1.7
3030 {[testenv]deps}
3131
3232[testenv:py27-django14]
3333basepython = python2.7
3434deps =
35- Django ==1.4.8
35+ Django<1.5
3636 {[testenv]deps}
3737
3838[testenv:py27-django15]
3939basepython = python2.7
4040deps =
41- Django ==1.5.4
41+ Django<1.6
4242 {[testenv]deps}
4343
4444[testenv:py33-django15]
4545basepython = python3.3
4646deps =
47- Django ==1.5.4
47+ Django<1.6
4848 {[testenv]deps}
4949
5050[testenv:py27-django16]
5151basepython = python2.7
5252deps =
53- https://www.djangoproject.com/download/1.6b4/tarball/
53+ Django<1.7
5454 {[testenv]deps}
5555
5656[testenv:py33-django16]
5757basepython = python3.3
5858deps =
59- https://www.djangoproject.com/download/1.6b4/tarball/
59+ Django<1.7
6060 {[testenv]deps}
6161
6262[testenv:docs]
You can’t perform that action at this time.
0 commit comments