mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-12-11 23:17:53 +01:00
Fix bugs
This commit is contained in:
@@ -34,6 +34,7 @@ py314:
|
||||
- apk add --no-cache gettext
|
||||
- pip install tox --no-cache-dir
|
||||
script: tox -e py314
|
||||
allow_failure: true
|
||||
|
||||
linters:
|
||||
stage: quality-assurance
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -14,7 +14,7 @@ deps = coverage
|
||||
|
||||
commands =
|
||||
python manage.py compilemessages -i .tox -i venv
|
||||
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test --parallel=1 api/ chat/ 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]
|
||||
|
||||
Reference in New Issue
Block a user