matemat/setup.cfg

23 lines
214 B
INI
Raw Permalink Normal View History

2018-08-18 02:44:09 +02:00
#
# PyCodestyle
#
[pycodestyle]
max-line-length = 120
statistics = True
2018-08-18 02:44:09 +02:00
#
# Coverage
#
[run]
branch = True
parallel = True
source = matemat/
[report]
show_missing = True
include = matemat/*
omit = */test/*.py