django-configurations/setup.cfg
2018-08-16 15:50:41 +02:00

9 lines
126 B
INI

[wheel]
universal = 1
[coverage:run]
source = .
branch = 1
parallel = 1
[coverage:report]
include = configurations/*,tests/*