From 8495a1d029f6ea2d1ef3948765313156de76efeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Mon, 4 Jan 2021 18:54:08 +0200 Subject: [PATCH] Fix QA environment tox specificiers Python 3.9 still fails, see PyCQA/pylint#3882 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index be33496..63574d4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py39-qa + py38-qa py{36,37,38,39,py3}-dj{22,30,31,master} [gh-actions] @@ -27,8 +27,8 @@ setenv = ignore_errors = true ignore_outcome = true -[testenv:py39-qa] -basepython = python3.9 +[testenv:py38-qa] +basepython = python3.8 deps = -r requirements-qa.txt commands = mypy axes