aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
blob: af80cdb125686f581c47cdde9fbdd1809833b6fb (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,W504
builtins=unicode,execfile,raw_input