gva/gnuviechadmin/setup.cfg
Jan Dittberner ddec6b4184 Use gnuviechadmin.settings
Specific settings have been removed, they are now triggerd by the
GVA_ENVIRONMENT variable.
2019-01-30 21:08:14 +01:00

17 lines
353 B
INI

[pep8]
exclude = migrations
[flake8]
exclude = migrations
[coverage:run]
source = gnuviechadmin,contact_form,dashboard,domains,gvawebcore,managemails,osusers,taskresults,userdbs
branch = True
[coverage:report]
omit = */migrations/*,*/tests/*.py,*/tests.py,gnuviechadmin/settings.py
show_missing = True
[coverage:html]
directory = ../coverage-report