Adjust tox.ini for wagtail 2.1
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -6,8 +6,8 @@ basepython = python3.6
|
|||||||
commands = coverage run --parallel -m pytest {posargs}
|
commands = coverage run --parallel -m pytest {posargs}
|
||||||
extras = test
|
extras = test
|
||||||
deps =
|
deps =
|
||||||
django20: django>=2.0,<2.1
|
django20: django>=2.0,<2.2
|
||||||
wagtail20: wagtail>=2.0,<2.1
|
wagtail20: wagtail>=2.0,<2.2
|
||||||
|
|
||||||
[testenv:coverage-report]
|
[testenv:coverage-report]
|
||||||
basepython = python3.6
|
basepython = python3.6
|
||||||
|
Reference in New Issue
Block a user