mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 05:22:49 +02:00
Automatically create appropriated channels when tournaments/pools/participations are updated
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
4
tox.ini
4
tox.ini
@ -13,7 +13,7 @@ deps = coverage
|
||||
|
||||
commands =
|
||||
python manage.py compilemessages -i .tox -i venv
|
||||
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
|
||||
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ chat/ draw/ logs/ participation/ registration/ tfjm/
|
||||
coverage report -m
|
||||
|
||||
[testenv:linters]
|
||||
@ -26,7 +26,7 @@ deps =
|
||||
pep8-naming
|
||||
pyflakes
|
||||
commands =
|
||||
flake8 api/ draw/ logs/ participation/ registration/ tfjm/
|
||||
flake8 api/ chat/ draw/ logs/ participation/ registration/ tfjm/
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
|
Reference in New Issue
Block a user