Fix QA environment tox specificiers

This commit is contained in:
Aleksi Häkli 2021-01-04 18:25:16 +02:00 committed by GitHub
parent 17156a3b37
commit cfd61bf93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ ignore_errors = true
ignore_outcome = true
[testenv:py39-qa]
basepython = python3.8
basepython = python3.9
deps = -r requirements-qa.txt
commands =
mypy axes