django-model-utils/tox.ini

110 lines
2 KiB
INI
Raw Normal View History

2011-03-29 16:41:22 +00:00
[tox]
envlist =
py26-1.4, py26-1.5, py26-1.6,
py27-1.4, py27-1.5, py27-1.6, py27-trunk, py27-1.5-nosouth,
py32-1.5, py32-1.6, py32-trunk,
py33-1.5, py33-1.6, py33-trunk
2011-03-29 16:41:22 +00:00
[testenv]
2013-05-21 05:21:34 +00:00
deps =
South == 0.8.1
coverage == 3.6
commands = coverage run -a setup.py test
[testenv:py26-1.4]
2013-05-21 05:21:34 +00:00
basepython = python2.6
deps =
Django == 1.4.5
South == 0.7.6
coverage == 3.6
[testenv:py26-1.5]
basepython = python2.6
deps =
Django == 1.5.1
South == 0.8.1
coverage == 3.6
[testenv:py26-1.6]
2013-05-21 05:21:34 +00:00
basepython = python2.6
deps =
https://github.com/django/django/tarball/stable/1.6.x
South == 0.8.1
coverage == 3.6
2013-03-28 02:49:53 +00:00
[testenv:py27-1.4]
2013-05-21 05:21:34 +00:00
basepython = python2.7
deps =
Django == 1.4.5
South == 0.8.1
coverage == 3.6
2011-03-29 16:41:22 +00:00
[testenv:py27-1.5]
basepython = python2.7
deps =
Django == 1.5.1
South == 0.8.1
coverage == 3.6
[testenv:py27-1.6]
basepython = python2.7
deps =
https://github.com/django/django/tarball/stable/1.6.x
South == 0.8.1
coverage == 3.6
[testenv:py27-trunk]
2013-05-21 05:21:34 +00:00
basepython = python2.7
deps =
https://github.com/django/django/tarball/master
South == 0.8.1
coverage == 3.6
[testenv:py27-1.5-nosouth]
basepython = python2.7
deps =
Django == 1.5.1
coverage == 3.6
[testenv:py32-1.5]
basepython = python3.2
deps =
Django == 1.5.1
South == 0.8.1
coverage == 3.6
2011-03-29 16:41:22 +00:00
[testenv:py32-1.6]
2013-05-21 05:21:34 +00:00
basepython = python3.2
deps =
https://github.com/django/django/tarball/stable/1.6.x
South == 0.8.1
coverage == 3.6
2011-03-29 16:41:22 +00:00
[testenv:py32-trunk]
2013-05-21 05:21:34 +00:00
basepython = python3.2
deps =
https://github.com/django/django/tarball/master
South == 0.8.1
coverage == 3.6
2013-03-28 02:49:53 +00:00
[testenv:py33-1.5]
2013-05-21 05:21:34 +00:00
basepython = python3.3
deps =
Django == 1.5.1
South == 0.8.1
coverage == 3.6
2012-04-13 23:31:42 +00:00
[testenv:py33-1.6]
2013-05-21 05:21:34 +00:00
basepython = python3.3
deps =
https://github.com/django/django/tarball/stable/1.6.x
South == 0.8.1
coverage == 3.6
[testenv:py33-trunk]
basepython = python3.3
2013-05-21 05:21:34 +00:00
deps =
https://github.com/django/django/tarball/master
South == 0.8.1
coverage == 3.6