PonyConf/setup.cfg
Guilhem Saurel 16f75ae262 tests
2016-06-11 17:28:39 +02:00

8 lines
162 B
INI

[coverage:run]
source = accounts, ponyconf, proposals
omit = */migrations/*, */apps.py, ponyconf/wsgi.py
[flake8]
max-line-length = 119
exclude = */migrations/*