mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Allow Django dev version tests to fail
This commit is contained in:
parent
d4e97123f2
commit
4fdbd51284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue