Fix tox
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
b9ce4c737c
commit
849194414d
|
@ -1,2 +0,0 @@
|
||||||
# Copyright (C) 2023 by Animath
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
tox.ini
4
tox.ini
|
@ -28,7 +28,7 @@ deps =
|
||||||
requests~=2.28.1
|
requests~=2.28.1
|
||||||
whoosh~=2.7
|
whoosh~=2.7
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
|
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
|
@ -41,7 +41,7 @@ deps =
|
||||||
pep8-naming
|
pep8-naming
|
||||||
pyflakes
|
pyflakes
|
||||||
commands =
|
commands =
|
||||||
flake8 api/ logs/ participation/ registration/ tfjm/
|
flake8 api/ draw/ logs/ participation/ registration/ tfjm/
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude =
|
exclude =
|
||||||
|
|
Loading…
Reference in New Issue