Added tox.ini environments

This commit is contained in:
Benedikt Willi 2019-09-05 17:06:06 +02:00
parent af888092bf
commit ff8a75479c

48
tox.ini
View file

@ -1,5 +1,13 @@
[tox]
envlist =
py37-2.6.X,
py36-2.6.X,
py35-2.6.X,
py34-2.6.X,
py37-2.5.X,
py36-2.5.X,
py35-2.5.X,
py34-2.5.X,
py37-2.4.X,
py36-2.4.X,
py35-2.4.X,
@ -29,6 +37,46 @@ envlist =
commands =
{envpython} runtests.py
[testenv:py37-2.6.X]
basepython = python3.7
deps =
wagtail>=2.6,<2.7
[testenv:py36-2.6.X]
basepython = python3.6
deps =
wagtail>=2.6,<2.7
[testenv:py35-2.6.X]
basepython = python3.5
deps =
wagtail>=2.6,<2.7
[testenv:py34-2.6.X]
basepython = python3.4
deps =
wagtail>=2.6,<2.7
[testenv:py37-2.5.X]
basepython = python3.7
deps =
wagtail>=2.5,<2.6
[testenv:py36-2.5.X]
basepython = python3.6
deps =
wagtail>=2.5,<2.6
[testenv:py35-2.5.X]
basepython = python3.5
deps =
wagtail>=2.5,<2.6
[testenv:py34-2.5.X]
basepython = python3.4
deps =
wagtail>=2.5,<2.6
[testenv:py37-2.4.X]
basepython = python3.7
deps =