mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 09:30:07 +03:00
ignore_outcome not ignore_errors
This commit is contained in:
parent
9e8d32768c
commit
481c24487d
12
tox.ini
12
tox.ini
|
@ -51,19 +51,19 @@ deps =
|
||||||
-rrequirements/requirements-documentation.txt
|
-rrequirements/requirements-documentation.txt
|
||||||
|
|
||||||
[testenv:py36-django32]
|
[testenv:py36-django32]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
||||||
[testenv:py37-django32]
|
[testenv:py37-django32]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
||||||
[testenv:py38-django32]
|
[testenv:py38-django32]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
||||||
[testenv:py39-django32]
|
[testenv:py39-django32]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
||||||
[testenv:py38-djangomain]
|
[testenv:py38-djangomain]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
||||||
[testenv:py39-djangomain]
|
[testenv:py39-djangomain]
|
||||||
ignore_errors = true
|
ignore_outcome = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user