Skip to content

Commit 546bce0

Browse files
committed
fixed django versions in tox
1 parent 9bf3e41 commit 546bce0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,49 +14,49 @@ deps =
1414
[testenv:py26-django14]
1515
basepython = python2.6
1616
deps =
17-
Django==1.4.8
17+
Django<1.5
1818
{[testenv]deps}
1919

2020
[testenv:py26-django15]
2121
basepython = python2.6
2222
deps =
23-
Django==1.5.4
23+
Django<1.6
2424
{[testenv]deps}
2525

2626
[testenv:py26-django16]
2727
basepython = python2.6
2828
deps =
29-
Django==1.6.1
29+
Django<1.7
3030
{[testenv]deps}
3131

3232
[testenv:py27-django14]
3333
basepython = python2.7
3434
deps =
35-
Django==1.4.8
35+
Django<1.5
3636
{[testenv]deps}
3737

3838
[testenv:py27-django15]
3939
basepython = python2.7
4040
deps =
41-
Django==1.5.4
41+
Django<1.6
4242
{[testenv]deps}
4343

4444
[testenv:py33-django15]
4545
basepython = python3.3
4646
deps =
47-
Django==1.5.4
47+
Django<1.6
4848
{[testenv]deps}
4949

5050
[testenv:py27-django16]
5151
basepython = python2.7
5252
deps =
53-
https://www.djangoproject.com/download/1.6b4/tarball/
53+
Django<1.7
5454
{[testenv]deps}
5555

5656
[testenv:py33-django16]
5757
basepython = python3.3
5858
deps =
59-
https://www.djangoproject.com/download/1.6b4/tarball/
59+
Django<1.7
6060
{[testenv]deps}
6161

6262
[testenv:docs]

0 commit comments

Comments
 (0)