Skip to content

Commit 628b6a8

Browse files
committed
Add a setup.cfg
1 parent 45e9957 commit 628b6a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

setup.cfg

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[bdist_wheel]
2+
universal = 1
3+
4+
[flake8]
5+
exclude = .git,build,dist,docs,env
6+
7+
[nosetests]
8+
cover-branches = 1
9+
cover-erase = 1
10+
cover-html = 1
11+
cover-html-dir = build/coverage
12+
cover-package = consulate
13+
cover-tests = 1
14+
logging-level = DEBUG
15+
stop = 1
16+
verbosity = 2
17+
with-coverage = 1
18+
detailed-errors = 1

0 commit comments

Comments
 (0)