summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: da16b1624b775adc548f8dbdd440846b2094f82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[nosetests]
with-doctest=1
with-xcoverage=1
with-xunit=1
cover-package=gbp
cover-erase=1
exe=1
#cover-html=1
#cover-html-dir=build/cover/
cover-min-percentage=68

[epydoc]
name = git-buildpackage
sourcecode = no
url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
target = build/apidocs/
fail-on = docstring_warning
modules = gbp, tests/test_*.py