django-model-utils/tox.ini

58 lines
906 B
INI
Raw Normal View History

2011-03-29 16:41:22 +00:00
[tox]
envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk,py27-nosouth
2011-03-29 16:41:22 +00:00
[testenv]
deps=
2013-01-27 00:47:01 +00:00
django==1.4.3
South==0.7.3
coverage==3.6
commands=coverage run -a --branch setup.py test
2011-03-29 16:41:22 +00:00
[testenv:py26-1.2]
basepython=python2.6
deps=
django==1.2.7
South==0.7.3
coverage==3.6
2012-04-13 23:31:42 +00:00
[testenv:py26-1.3]
basepython=python2.6
deps=
2013-01-27 00:47:01 +00:00
django==1.3.5
2012-04-13 23:31:42 +00:00
South==0.7.3
coverage==3.6
2011-03-29 16:41:22 +00:00
[testenv:py26-trunk]
basepython=python2.6
deps=
https://github.com/django/django/tarball/master
South==0.7.3
coverage==3.6
2011-03-29 16:41:22 +00:00
[testenv:py27-1.2]
basepython=python2.7
deps=
django==1.2.7
South==0.7.3
coverage==3.6
2011-03-29 16:41:22 +00:00
2012-04-13 23:31:42 +00:00
[testenv:py27-1.3]
basepython=python2.7
deps=
2013-01-27 00:47:01 +00:00
django==1.3.5
2012-04-13 23:31:42 +00:00
South==0.7.3
coverage==3.6
2012-04-13 23:31:42 +00:00
2011-03-29 16:41:22 +00:00
[testenv:py27-trunk]
basepython=python2.7
deps=
https://github.com/django/django/tarball/master
South==0.7.3
coverage==3.6
[testenv:py27-nosouth]
deps=
django==1.4.3
coverage==3.6