mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-12 17:43:11 +00:00
Adjust tox file to allow failures for Django master
This commit is contained in:
parent
53b4448b13
commit
79cdba447e
1 changed files with 4 additions and 3 deletions
7
tox.ini
7
tox.ini
|
|
@ -18,13 +18,14 @@ deps =
|
|||
dj30: django>=3.0,<3.1
|
||||
dj31: django>=3.1,<3.2
|
||||
djmaster: https://github.com/django/django/archive/master.tar.gz
|
||||
usedevelop = True
|
||||
usedevelop = true
|
||||
commands = pytest
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
[testenv:py{36,37,38,39,py3}-djmaster]
|
||||
ignore_errors = True
|
||||
[testenv:py{36,37,38,39,py3}-dj{master}]
|
||||
ignore_errors = true
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-qa]
|
||||
basepython = python3.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue