aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: fd6cc5fe009c828e5091af2e18526a438305728a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[nosetests]
with-doctest=1
with-xunit=1
cover-package=gbp
cover-erase=1
exe=1
verbosity=2

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