mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Update tox.ini for 1.4 release.
This commit is contained in:
parent
38dee4c560
commit
cf83f6b9db
1 changed files with 15 additions and 3 deletions
18
tox.ini
18
tox.ini
|
|
@ -1,17 +1,23 @@
|
|||
[tox]
|
||||
envlist=py26-1.2,py26,py26-trunk,py27-1.2,py27,py27-trunk
|
||||
envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
django==1.3.1
|
||||
django==1.4.0
|
||||
South==0.7.3
|
||||
commands=python setup.py test
|
||||
|
||||
|
||||
[testenv:py26-1.2]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.2.7
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-1.3]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.3.1
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-trunk]
|
||||
basepython=python2.6
|
||||
|
|
@ -25,6 +31,12 @@ deps=
|
|||
django==1.2.7
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-1.3]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.3.1
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-trunk]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
|
|
|
|||
Loading…
Reference in a new issue