aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6a64ffa29b8b6da659df524bfadd60d910b26d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[nosetests]
logging-clear-handlers = true
with-coverage = true
cover-package = urllib3
cover-min-percentage = 100
cover-erase = true

[flake8]
max-line-length = 99

[wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0