From 79cdba447ef089d3e3b46ae8631673123148b89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 15 Dec 2020 18:58:10 +0200 Subject: [PATCH] Adjust tox file to allow failures for Django master --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 6a0d01b..63574d4 100644 --- a/tox.ini +++ b/tox.ini @@ -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