mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-27 00:14:02 +00:00
Run prospector strictly in tox tests
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
3031a0f6f6
commit
2ec35566c6
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -21,6 +21,6 @@ commands =
|
|||
coverage run -a --source=axes runtests.py -v2
|
||||
coverage run -a --source=axes runtests.py -v2 cache
|
||||
coverage report
|
||||
prospector --zero-exit
|
||||
prospector
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue