Skip to content

Commit 32504ad

Browse files
author
Yury Yurevich
committed
Py3: Update Django versions to most recent ones for tox.
1 parent be66798 commit 32504ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands=
1010
[testenv:py33-django15]
1111
basepython=python3.3
1212
deps=
13-
django==1.5.4
13+
django==1.5.5
1414
django-nose
1515

1616
[testenv:py27-django13]
@@ -22,11 +22,11 @@ deps=
2222
[testenv:py27-django14]
2323
basepython=python2.7
2424
deps=
25-
django==1.4.8
25+
django==1.4.10
2626
django-nose
2727

2828
[testenv:py27-django15]
2929
basepython=python2.7
3030
deps=
31-
django==1.5.4
31+
django==1.5.5
3232
django-nose

0 commit comments

Comments
 (0)