2014-01-05 09:34:10 +00:00
|
|
|
[tox]
|
2014-06-11 11:00:05 +00:00
|
|
|
envlist = py26dj15, py26dj16, py27dj15, py27dj16
|
2014-01-05 09:34:10 +00:00
|
|
|
|
|
|
|
[testenv]
|
2014-06-09 06:38:37 +00:00
|
|
|
commands = python runtests.py
|
2014-01-05 09:34:10 +00:00
|
|
|
deps =
|
2014-06-09 06:38:37 +00:00
|
|
|
-r{toxinidir}/requirements-test.txt
|
2014-06-11 11:00:05 +00: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}
|
|
|
|
|