1
0
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:
Yohann D'ANELLO
2020-11-03 18:16:36 +01:00
parent c35fb4e996
commit fa368a399a
6 changed files with 19 additions and 18 deletions

View File

@@ -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 =