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

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