Ignore errors on master.

This commit is contained in:
Jannis Leidel 2020-11-26 10:33:22 +01:00
parent 21d0ed023a
commit eee3263d03
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

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