mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-04 13:44:46 +00:00
Fix QA environment tox specificiers
This commit is contained in:
parent
17156a3b37
commit
cfd61bf93e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue