mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-08-21 16:07:22 +02:00
More linting
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -12,7 +12,7 @@ deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
coverage
|
||||
commands =
|
||||
coverage run --omit='*migrations*,apps/scripts*' --source=apps ./manage.py test apps/
|
||||
coverage run --omit='apps/scripts*' --source=apps,corres2math ./manage.py test apps/
|
||||
coverage report -m
|
||||
|
||||
[testenv:linters]
|
||||
@@ -25,7 +25,7 @@ deps =
|
||||
pep8-naming
|
||||
pyflakes
|
||||
commands =
|
||||
flake8 apps/
|
||||
flake8 apps/ corres2math/
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
|
Reference in New Issue
Block a user