mirror of
https://github.com/sprockets/sprockets.clients.statsd.git
synced 2024-11-15 03:00:27 +00:00
12 lines
190 B
INI
12 lines
190 B
INI
|
[build_sphinx]
|
||
|
all-files = 1
|
||
|
source-dir = doc
|
||
|
build-dir = build/doc
|
||
|
|
||
|
[nosetests]
|
||
|
with-coverage = 1
|
||
|
cover-package = sprockets.clients.statsd
|
||
|
verbose = 1
|
||
|
|
||
|
[flake8]
|
||
|
exclude = build,dist,doc,env
|