Skip to content

Commit 7b03cdf

Browse files
author
Massimiliano Pippi
committed
updated tox ini
1 parent 5a1e723 commit 7b03cdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@ deps =
1616
[testenv:py27-django14]
1717
basepython = python2.7
1818
deps =
19-
Django==1.4.5
19+
Django==1.4.6
2020
{[testenv]deps}
2121

2222
[testenv:py27-django15]
2323
basepython = python2.7
2424
deps =
25-
Django==1.5.1
25+
Django==1.5.2
2626
{[testenv]deps}
2727

2828
[testenv:py33-django15]
2929
basepython = python3.3
3030
deps =
31-
Django==1.5.1
31+
Django==1.5.2
3232
{[testenv]deps}
3333

3434
[testenv:py27-django16]
3535
basepython = python2.7
3636
deps =
37-
https://www.djangoproject.com/download/1.6a1/tarball/
37+
https://www.djangoproject.com/download/1.6b2/tarball/
3838
{[testenv]deps}
3939

4040
[testenv:py33-django16]
4141
basepython = python3.3
4242
deps =
43-
https://www.djangoproject.com/download/1.6a1/tarball/
43+
https://www.djangoproject.com/download/1.6b2/tarball/
4444
{[testenv]deps}

0 commit comments

Comments
 (0)