Fix QA environment tox specificiers

Python 3.9 still fails, see PyCQA/pylint#3882
This commit is contained in:
Aleksi Häkli 2021-01-04 18:54:08 +02:00 committed by GitHub
parent cfd61bf93e
commit 8495a1d029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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