Adjust tox file to allow failures for Django master

This commit is contained in:
Aleksi Häkli 2020-12-15 18:58:10 +02:00
parent 53b4448b13
commit 79cdba447e
No known key found for this signature in database
GPG key ID: DD4F689C5382F16A

View file

@ -18,13 +18,14 @@ deps =
dj30: django>=3.0,<3.1
dj31: django>=3.1,<3.2
djmaster: https://github.com/django/django/archive/master.tar.gz
usedevelop = True
usedevelop = true
commands = pytest
setenv =
PYTHONDONTWRITEBYTECODE=1
[testenv:py{36,37,38,39,py3}-djmaster]
ignore_errors = True
[testenv:py{36,37,38,39,py3}-dj{master}]
ignore_errors = true
ignore_outcome = true
[testenv:py38-qa]
basepython = python3.8