Allow Django dev version tests to fail

This commit is contained in:
Aleksi Häkli 2021-02-15 20:22:49 +02:00
parent d4e97123f2
commit 4fdbd51284
No known key found for this signature in database
GPG key ID: 443B5DA7F5CC9F42

View file

@ -43,7 +43,7 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
# Django development version is allowed to fail the test matrix
[testenv:py{36,37,38,39,py3}-dj{dev}]
[testenv:py{36,37,38,39,py3}-djdev]
ignore_errors = true
ignore_outcome = true