2011-03-29 16:41:22 +00:00
|
|
|
[tox]
|
2013-05-21 05:23:08 +00:00
|
|
|
envlist =
|
2013-05-21 05:25:25 +00:00
|
|
|
py26-1.4, py26-1.5, py26-trunk,
|
|
|
|
|
py27-1.4, py27-1.5, py27-trunk, py27-1.4-nosouth,
|
2013-05-21 05:23:08 +00:00
|
|
|
py32-1.5-nosouth, py32-trunk-nosouth,
|
|
|
|
|
py33-1.5-nosouth, py33-trunk-nosouth
|
2011-03-29 16:41:22 +00:00
|
|
|
|
|
|
|
|
[testenv]
|
2013-05-21 05:21:34 +00:00
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
2013-05-21 05:27:24 +00:00
|
|
|
commands = coverage run -a setup.py test
|
2013-01-27 21:18:53 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py26-1.4]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python2.6
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
django == 1.4.5
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
2013-01-27 21:18:53 +00:00
|
|
|
|
2013-05-21 05:25:25 +00:00
|
|
|
[testenv:py26-1.5]
|
|
|
|
|
basepython = python2.6
|
|
|
|
|
deps =
|
|
|
|
|
django == 1.5.1
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
|
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py26-trunk]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python2.6
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
2013-03-28 02:49:53 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py27-1.4]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python2.7
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
django == 1.4.5
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
2011-03-29 16:41:22 +00:00
|
|
|
|
2013-05-21 05:25:25 +00:00
|
|
|
[testenv:py27-1.5]
|
|
|
|
|
basepython = python2.7
|
|
|
|
|
deps =
|
|
|
|
|
django == 1.5.1
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
|
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py27-trunk]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python2.7
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
|
|
|
|
South == 0.7.6
|
|
|
|
|
coverage == 3.6
|
2011-03-29 16:41:22 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py32-1.5-nosouth]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python3.2
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
django == 1.5.1
|
|
|
|
|
coverage == 3.6
|
2011-03-29 16:41:22 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py32-trunk-nosouth]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python3.2
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
|
|
|
|
coverage == 3.6
|
2013-03-28 02:49:53 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py33-1.5-nosouth]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python3.3
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
django == 1.5.1
|
|
|
|
|
coverage == 3.6
|
2012-04-13 23:31:42 +00:00
|
|
|
|
2013-04-09 05:37:45 +00:00
|
|
|
[testenv:py33-trunk-nosouth]
|
2013-05-21 05:21:34 +00:00
|
|
|
basepython = python3.3
|
|
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
https://github.com/django/django/tarball/master
|
|
|
|
|
coverage == 3.6
|
2013-01-27 22:01:12 +00:00
|
|
|
|
|
|
|
|
|
2013-05-21 22:57:13 +00:00
|
|
|
[testenv:py27-1.4-nosouth]
|
2013-05-21 05:25:25 +00:00
|
|
|
basepython = python2.7
|
2013-05-21 05:21:34 +00:00
|
|
|
deps =
|
2013-05-21 05:22:09 +00:00
|
|
|
django == 1.4.5
|
|
|
|
|
coverage == 3.6
|