summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6cb0d82abd6d702969503f2bc93c89a6809b685a (plain)
1
2
3
4
5
6
7
8
9
10
[tool:pytest]
addopts =
    --cov=debianbts
    --cov=tests
    --cov-report=term-missing:skip-covered
    --cov-report=html
    --numprocesses=auto

[flake8]
exclude = venv,build,docs