aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: 9bf7f5f6ec1d784cc49023ec929b959bc0bb8f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[nosetests]
with-doctest=1
with-coverage=1
cover-package=gbp
cover-erase=1
cover-html=1
cover-html-dir=build/cover/

[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