mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-11 11:43:11 +00:00
Update tox.ini.
This commit is contained in:
parent
aa8c79eeb4
commit
962a1744a9
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -3,7 +3,7 @@ envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk
|
|||
|
||||
[testenv]
|
||||
deps=
|
||||
django==1.4.0
|
||||
django==1.4.3
|
||||
South==0.7.3
|
||||
commands=python setup.py test
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ deps=
|
|||
[testenv:py26-1.3]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.3.1
|
||||
django==1.3.5
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-trunk]
|
||||
|
|
@ -34,7 +34,7 @@ deps=
|
|||
[testenv:py27-1.3]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.3.1
|
||||
django==1.3.5
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-trunk]
|
||||
|
|
|
|||
Loading…
Reference in a new issue