Skip to content

Commit 4fa0a80

Browse files
use latest releases for django builds
1 parent 854c7eb commit 4fa0a80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@ deps = -egit+https://github.com/jbalogh/jingo.git#egg=jingo
1515
[testenv:py26-1.4]
1616
basepython = python2.6
1717
deps =
18-
Django==1.4.10
18+
Django==1.4.20
1919
{[testenv]deps}
2020

2121
[testenv:py26-1.5]
2222
basepython = python2.6
2323
deps =
24-
Django==1.5.5
24+
Django==1.5.12
2525
{[testenv]deps}
2626

2727
[testenv:py26-1.6]
2828
basepython = python2.6
2929
deps =
30-
Django==1.6
30+
Django==1.6.11
3131
{[testenv]deps}
3232

3333
[testenv:py27-1.4]
3434
basepython = python2.7
3535
deps =
36-
Django==1.4.10
36+
Django==1.4.20
3737
{[testenv]deps}
3838

3939
[testenv:py27-1.5]
4040
basepython = python2.7
4141
deps =
42-
Django==1.5.5
42+
Django==1.5.12
4343
{[testenv]deps}
4444

4545
[testenv:py27-1.6]
4646
basepython = python2.7
4747
deps =
48-
Django==1.6
48+
Django==1.6.11
4949
{[testenv]deps}
5050

5151
[testenv:py27-1.7]
5252
basepython = python2.7
5353
deps =
54-
Django==1.7.6
54+
Django==1.7.7
5555
{[testenv]deps}

0 commit comments

Comments
 (0)