mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-19 02:40:59 +00:00
51 lines
827 B
INI
51 lines
827 B
INI
[tox]
|
|
envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk
|
|
|
|
[testenv]
|
|
deps=
|
|
django==1.4.3
|
|
South==0.7.3
|
|
coverage==3.6
|
|
commands=coverage run --branch setup.py test
|
|
|
|
[testenv:py26-1.2]
|
|
basepython=python2.6
|
|
deps=
|
|
django==1.2.7
|
|
South==0.7.3
|
|
coverage==3.6
|
|
|
|
[testenv:py26-1.3]
|
|
basepython=python2.6
|
|
deps=
|
|
django==1.3.5
|
|
South==0.7.3
|
|
coverage==3.6
|
|
|
|
[testenv:py26-trunk]
|
|
basepython=python2.6
|
|
deps=
|
|
https://github.com/django/django/tarball/master
|
|
South==0.7.3
|
|
coverage==3.6
|
|
|
|
[testenv:py27-1.2]
|
|
basepython=python2.7
|
|
deps=
|
|
django==1.2.7
|
|
South==0.7.3
|
|
coverage==3.6
|
|
|
|
[testenv:py27-1.3]
|
|
basepython=python2.7
|
|
deps=
|
|
django==1.3.5
|
|
South==0.7.3
|
|
coverage==3.6
|
|
|
|
[testenv:py27-trunk]
|
|
basepython=python2.7
|
|
deps=
|
|
https://github.com/django/django/tarball/master
|
|
South==0.7.3
|
|
coverage==3.6
|