debian-django-oauth2-provider/tox.ini

46 lines
962 B
INI
Raw Permalink Normal View History

2013-01-16 14:26:07 +01:00
[tox]
downloadcache = {toxworkdir}/cache/
2014-08-25 22:30:46 +02:00
envlist = py2.7-django.dev,py2.7-django1.6,py2.7-django1.5,py2.7-django1.4,py2.6-django1.6,py2.6-django1.5,py2.6-django1.4
2013-01-16 14:26:07 +01:00
[testenv]
2013-01-17 11:35:01 +01:00
setenv =
PYTHONPATH = {toxinidir}
2013-01-16 14:26:07 +01:00
commands =
2013-01-17 17:12:52 +01:00
{toxinidir}/test.sh
2013-01-16 14:26:07 +01:00
deps =
2013-06-11 12:43:29 +02:00
[testenv:py2.7-django.dev]
2013-01-16 14:26:07 +01:00
basepython = python2.7
deps = https://github.com/django/django/zipball/master
{[testenv]deps}
[testenv:py2.7-django1.6]
basepython = python2.7
deps = django>=1.6,<1.7
{[testenv]deps}
2013-06-11 12:43:29 +02:00
[testenv:py2.7-django1.5]
basepython = python2.7
deps = django>=1.5,<1.6
{[testenv]deps}
2013-01-16 14:26:07 +01:00
[testenv:py2.7-django1.4]
basepython = python2.7
2013-06-11 12:43:29 +02:00
deps = django>=1.4,<1.5
2013-01-16 14:26:07 +01:00
{[testenv]deps}
[testenv:py2.6-django1.6]
basepython = python2.6
deps = django>=1.6,<1.7
{[testenv]deps}
2013-06-11 12:43:29 +02:00
[testenv:py2.6-django1.5]
basepython = python2.6
deps = django>=1.5,<1.6
{[testenv]deps}
2013-01-16 14:26:07 +01:00
[testenv:py2.6-django1.4]
basepython = python2.6
2013-06-11 12:43:29 +02:00
deps = django>=1.4,<1.5
2013-01-16 14:26:07 +01:00
{[testenv]deps}