Skip to content

Commit

Permalink
Added tox.ini environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Willi committed Sep 5, 2019
1 parent af88809 commit ff8a754
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit ff8a754

Please sign in to comment.