mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Added south to tox config so south-freezing tests run.
This commit is contained in:
parent
02ba36f2dd
commit
fbeafea062
1 changed files with 10 additions and 0 deletions
10
tox.ini
10
tox.ini
|
|
@ -4,49 +4,59 @@ envlist=py25-1.1,py25-1.2,py25,py25-trunk,py26-1.1,py26-1.2,py26,py26-trunk,py27
|
|||
[testenv]
|
||||
deps=
|
||||
django==1.3
|
||||
South==0.7.3
|
||||
commands=python setup.py test
|
||||
|
||||
[testenv:py25-1.1]
|
||||
basepython=python2.5
|
||||
deps=
|
||||
django==1.1.4
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py25-1.2]
|
||||
basepython=python2.5
|
||||
deps=
|
||||
django==1.2.5
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py25-trunk]
|
||||
basepython=python2.5
|
||||
deps=
|
||||
svn+http://code.djangoproject.com/svn/django/trunk#egg=django
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-1.1]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.1.4
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-1.2]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.2.5
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py26-trunk]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
svn+http://code.djangoproject.com/svn/django/trunk#egg=django
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-1.1]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.1.4
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-1.2]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.2.5
|
||||
South==0.7.3
|
||||
|
||||
[testenv:py27-trunk]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
svn+http://code.djangoproject.com/svn/django/trunk#egg=django
|
||||
South==0.7.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue