8

Adjust tox.ini for wagtail 2.1

This commit is contained in:
Jasper Berghoef
2018-05-26 12:56:02 +02:00
parent f6598ca1f7
commit 84ac76f33e

View File

@@ -6,8 +6,8 @@ basepython = python3.6
commands = coverage run --parallel -m pytest {posargs}
extras = test
deps =
django20: django>=2.0,<2.1
wagtail20: wagtail>=2.0,<2.1
django20: django>=2.0,<2.2
wagtail20: wagtail>=2.0,<2.2
[testenv:coverage-report]
basepython = python3.6