django-configurations/setup.cfg
2019-03-26 08:15:50 +01:00

13 lines
192 B
INI

[wheel]
universal = 1
[coverage:run]
source = .
branch = 1
parallel = 1
[coverage:report]
include = configurations/*,tests/*
[flake8]
exclude = .tox,docs/*
ignore = E501,E127,E128,E124,W503