mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2025-01-01 11:13:23 +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.clients.postgresql
|
||
|
verbose = 1
|
||
|
|
||
|
[flake8]
|
||
|
exclude = build,dist,docs,env
|