mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-23 19:29:52 +00:00
19 lines
289 B
INI
19 lines
289 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
source-dir = doc
|
|
build-dir = build/doc
|
|
|
|
[nosetests]
|
|
match = should_
|
|
include = _tests
|
|
with-coverage = 1
|
|
cover-package = sprockets.{{cookiecutter.project_name}},tests
|
|
nocapture = 1
|
|
verbose = 1
|
|
|
|
[flake8]
|
|
exclude = build,dist,doc,env
|
|
|