summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ec7d730ce170a95718f228ba3347020ad578c4e0 (plain)
1
2
3
4
5
6
7
8
[aliases]
test=pytest
[tool:pytest]
addopts=--cov-report=html --cov-report=xml --cov=crocoite --cov-config=setup.cfg
[coverage:run]
branch=True
[build_sphinx]
builder=dirhtml