aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: 57bf81013a7b0594e3e8694dffe5333139b574fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[nosetests]
with-doctest=1
with-xunit=1
cover-package=gbp
cover-erase=1
exe=1

[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

[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
ignore=E501,E265
builtins=unicode,execfile,raw_input