2014-09-17 18:26:46 +00:00
|
|
|
[tox]
|
2016-01-02 16:01:42 +00:00
|
|
|
envlist = py27-dj1.6.x, py33-dj1.6.x, py34-dj1.6.x, pypy-dj1.6.x,
|
|
|
|
|
pypy3-dj1.6.x,
|
|
|
|
|
py27-dj1.7.x, py33-dj1.7.x, py34-dj1.7.x, pypy-dj1.7.x,
|
|
|
|
|
pypy3-dj1.7.x,
|
|
|
|
|
py27-dj1.8.x, py33-dj1.8.x, py34-dj1.8.x, pypy-dj1.8.x,
|
|
|
|
|
pypy3-dj1.8.x,
|
|
|
|
|
py27-dj1.9.x, py33-dj1.9.x, py34-dj1.9.x, pypy-dj1.9.x,
|
|
|
|
|
pypy3-dj1.9.x,
|
2014-09-17 18:26:46 +00:00
|
|
|
skipsdist = True
|
|
|
|
|
|
|
|
|
|
[testenv]
|
2014-09-29 16:20:57 +00:00
|
|
|
commands = py.test []
|
|
|
|
|
deps = -rrequirements_test.txt
|
2014-09-22 02:14:02 +00:00
|
|
|
setenv=
|
2014-09-29 16:20:57 +00:00
|
|
|
DJANGO_SETTINGS_MODULE = example.settings
|
2014-10-05 14:25:38 +00:00
|
|
|
PYTHONPATH = {toxinidir}/example:{toxinidir}
|
2014-09-17 18:26:46 +00:00
|
|
|
|
|
|
|
|
[testenv:py27-dj1.6.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.6,<1.7
|
|
|
|
|
coverage
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py27-dj1.7.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.7,<1.8
|
2014-09-17 18:26:46 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py33-dj1.6.x]
|
|
|
|
|
basepython=python3.3
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.6,<1.7
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py34-dj1.6.x]
|
|
|
|
|
basepython=python3.4
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.6,<1.7
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py33-dj1.7.x]
|
|
|
|
|
basepython=python3.3
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.7,<1.8
|
2014-09-17 18:26:46 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py34-dj1.7.x]
|
|
|
|
|
basepython=python3.4
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.7,<1.8
|
2014-09-17 18:26:46 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy-dj1.6.x]
|
|
|
|
|
basepython=pypy
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.6,<1.7
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy3-dj1.6.x]
|
|
|
|
|
basepython=pypy3
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.6,<1.7
|
|
|
|
|
{[testenv]deps}
|
2015-03-30 18:09:33 +00:00
|
|
|
|
2016-01-02 16:01:42 +00:00
|
|
|
[testenv:pypy-dj1.7.x]
|
|
|
|
|
basepython=pypy
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.7,<1.8
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy3-dj1.7.x]
|
|
|
|
|
basepython=pypy3
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.7,<1.8
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
2015-03-30 18:09:33 +00:00
|
|
|
[testenv:py27-dj1.8.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.8,<1.9
|
2015-03-30 18:09:33 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py34-dj1.8.x]
|
|
|
|
|
basepython=python3.4
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.8,<1.9
|
2015-03-30 18:09:33 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py33-dj1.8.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
2016-01-02 16:01:42 +00:00
|
|
|
Django>=1.8,<1.9
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy-dj1.8.x]
|
|
|
|
|
basepython=pypy
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.8,<1.9
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy3-dj1.8.x]
|
|
|
|
|
basepython=pypy3
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.8,<1.9
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py27-dj1.9.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.9,<1.9.999
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py34-dj1.9.x]
|
|
|
|
|
basepython=python3.4
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.9,<1.9.999
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:py33-dj1.9.x]
|
|
|
|
|
basepython=python2.7
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.9,<1.9.999
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy-dj1.9.x]
|
|
|
|
|
basepython=pypy
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.9,<1.9.999
|
|
|
|
|
{[testenv]deps}
|
|
|
|
|
|
|
|
|
|
[testenv:pypy3-dj1.9.x]
|
|
|
|
|
basepython=pypy3
|
|
|
|
|
deps =
|
|
|
|
|
Django>=1.9,<1.9.999
|
2015-03-30 18:09:33 +00:00
|
|
|
{[testenv]deps}
|