mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-22 06:11:54 +00:00
Fix QA environment tox specificiers
Python 3.9 still fails, see PyCQA/pylint#3882
This commit is contained in:
parent
cfd61bf93e
commit
8495a1d029
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue