mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Ignore acceptable failures
This commit is contained in:
parent
3df639f845
commit
fc0ba0f0b3
18
tox.ini
18
tox.ini
|
@ -49,3 +49,21 @@ commands = mkdocs build
|
|||
deps =
|
||||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-documentation.txt
|
||||
|
||||
[testenv:py36-django32]
|
||||
ignore_errors = true
|
||||
|
||||
[testenv:py37-django32]
|
||||
ignore_errors = true
|
||||
|
||||
[testenv:py38-django32]
|
||||
ignore_errors = true
|
||||
|
||||
[testenv:py39-django32]
|
||||
ignore_errors = true
|
||||
|
||||
[testenv:py38-djangomain]
|
||||
ignore_errors = true
|
||||
|
||||
[testenv:py39-djangomain]
|
||||
ignore_errors = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user