mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Use Python 3.9 for running QA environments
This commit is contained in:
parent
974fdffc50
commit
9acf904568
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -27,7 +27,7 @@ setenv =
|
|||
ignore_errors = true
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-qa]
|
||||
[testenv:py39-qa]
|
||||
basepython = python3.8
|
||||
deps = -r requirements-qa.txt
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Reference in a new issue