Update tox.ini

This commit is contained in:
Carl Meyer 2013-05-02 11:33:16 -06:00
parent d81c983fb9
commit 7aa54341c4

View file

@ -3,7 +3,7 @@ envlist=py26-1.4,py26,py26-trunk,py27-1.4,py27,py27-trunk,py27-nosouth,py32-1.5-
[testenv]
deps=
django==1.5.0
django==1.5.1
South==0.7.6
coverage==3.6
commands=coverage run -a --branch setup.py test
@ -39,7 +39,7 @@ deps=
[testenv:py32-1.5-nosouth]
basepython=python3.2
deps=
django==1.5.0
django==1.5.1
coverage==3.6
[testenv:py32-trunk-nosouth]
@ -51,7 +51,7 @@ deps=
[testenv:py33-1.5-nosouth]
basepython=python3.3
deps=
django==1.5.0
django==1.5.1
coverage==3.6
[testenv:py33-trunk-nosouth]
@ -63,5 +63,5 @@ deps=
[testenv:py27-nosouth]
deps=
django==1.4.3
django==1.4.5
coverage==3.6