2014-01-05 10:34:10 +01:00
|
|
|
[tox]
|
2014-06-11 13:00:05 +02:00
|
|
|
envlist = py26dj15, py26dj16, py27dj15, py27dj16
|
2014-01-05 10:34:10 +01:00
|
|
|
|
|
|
|
[testenv]
|
2014-06-09 08:38:37 +02:00
|
|
|
commands = python runtests.py
|
2014-01-05 10:34:10 +01:00
|
|
|
deps =
|
2014-06-09 08:38:37 +02:00
|
|
|
-r{toxinidir}/requirements-test.txt
|
2014-06-11 13:00:05 +02:00
|
|
|
|
|
|
|
[testenv:py26dj15]
|
|
|
|
deps =
|
|
|
|
django<1.6
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
[testenv:py26dj16]
|
|
|
|
deps =
|
|
|
|
django<1.7
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
[testenv:py27dj15]
|
|
|
|
deps =
|
|
|
|
django<1.6
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
[testenv:py27dj16]
|
|
|
|
deps =
|
|
|
|
django<1.7
|
|
|
|
{[testenv]deps}
|
|
|
|
|