From 829962a59443e923aff023f8515fffd346a1c87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 15 Dec 2020 10:51:09 +0200 Subject: [PATCH] Fix Django master version name --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 511b4ad..6a0d01b 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = pytest setenv = PYTHONDONTWRITEBYTECODE=1 -[testenv:py{36,37,38,39,py3}-djangomaster] +[testenv:py{36,37,38,39,py3}-djmaster] ignore_errors = True [testenv:py38-qa]