Ignore acceptable failures

This commit is contained in:
Adam Johnson 2021-04-05 12:43:00 +01:00
parent 3df639f845
commit fc0ba0f0b3

18
tox.ini
View File

@ -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