mirror of
https://github.com/sprockets/sprockets.handlers.heartbeat.git
synced 2024-11-25 11:19:54 +00:00
12 lines
197 B
INI
12 lines
197 B
INI
|
[build_sphinx]
|
||
|
all-files = 1
|
||
|
source-dir = docs
|
||
|
build-dir = build/docs
|
||
|
|
||
|
[nosetests]
|
||
|
with-coverage = 1
|
||
|
cover-package = sprockets.handlers.heartbeat
|
||
|
verbose = 1
|
||
|
|
||
|
[flake8]
|
||
|
exclude = build,dist,docs,env
|