mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Iterate on test structure and documentation
This commit is contained in:
parent
e9a9a3e444
commit
e2876506db
1 changed files with 5 additions and 2 deletions
7
tox.ini
7
tox.ini
|
|
@ -17,8 +17,9 @@ DJANGO =
|
|||
3.0: dj30
|
||||
3.1: dj31
|
||||
dev: djdev
|
||||
qa: qa
|
||||
qa: djqa
|
||||
|
||||
# Normal test environment runs pytest which orchestrates other tools
|
||||
[testenv]
|
||||
deps =
|
||||
-r requirements-test.txt
|
||||
|
|
@ -31,11 +32,13 @@ commands = pytest
|
|||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
# Django development version is allowed to fail the test matrix
|
||||
[testenv:py{36,37,38,39,py3}-dj{dev}]
|
||||
ignore_errors = true
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-qa]
|
||||
# QA runs type checks, linting, and code formatting checks
|
||||
[testenv:py38-djqa]
|
||||
deps = -r requirements-qa.txt
|
||||
commands =
|
||||
mypy axes
|
||||
|
|
|
|||
Loading…
Reference in a new issue