mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-27 10:14:46 +00:00
Ignore errors on master.
This commit is contained in:
parent
21d0ed023a
commit
eee3263d03
1 changed files with 2 additions and 4 deletions
6
tox.ini
6
tox.ini
|
|
@ -27,14 +27,12 @@ deps =
|
|||
django31: django>=3.1,<3.2
|
||||
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
||||
usedevelop = True
|
||||
commands =
|
||||
pytest
|
||||
commands = pytest
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
[testenv:py{36,37,38,39,py3}-djangomaster]
|
||||
commands =
|
||||
pytest || true
|
||||
ignore_errors = True
|
||||
|
||||
[testenv:py38-qa]
|
||||
basepython = python3.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue