2011-03-29 16:41:22 +00:00
|
|
|
[tox]
|
2012-01-03 22:40:17 +00:00
|
|
|
envlist=py26-1.2,py26,py26-trunk,py27-1.2,py27,py27-trunk
|
2011-03-29 16:41:22 +00:00
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
deps=
|
2012-01-03 22:40:17 +00:00
|
|
|
django==1.3.1
|
2011-04-29 00:56:59 +00:00
|
|
|
South==0.7.3
|
2011-03-29 16:41:22 +00:00
|
|
|
commands=python setup.py test
|
|
|
|
|
|
|
|
|
|
[testenv:py26-1.2]
|
|
|
|
|
basepython=python2.6
|
|
|
|
|
deps=
|
2012-01-03 22:40:17 +00:00
|
|
|
django==1.2.7
|
2011-04-29 00:56:59 +00:00
|
|
|
South==0.7.3
|
2011-03-29 16:41:22 +00:00
|
|
|
|
|
|
|
|
[testenv:py26-trunk]
|
|
|
|
|
basepython=python2.6
|
|
|
|
|
deps=
|
2012-01-03 22:40:17 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
2011-04-29 00:56:59 +00:00
|
|
|
South==0.7.3
|
2011-03-29 16:41:22 +00:00
|
|
|
|
|
|
|
|
[testenv:py27-1.2]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps=
|
2012-01-03 22:40:17 +00:00
|
|
|
django==1.2.7
|
2011-04-29 00:56:59 +00:00
|
|
|
South==0.7.3
|
2011-03-29 16:41:22 +00:00
|
|
|
|
|
|
|
|
[testenv:py27-trunk]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps=
|
2012-01-03 22:40:17 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
2011-04-29 00:56:59 +00:00
|
|
|
South==0.7.3
|