cookiecutter-sprockets/sprockets.{{cookiecutter.project_name}}/setup.cfg

20 lines
289 B
INI
Raw Normal View History

2014-08-20 12:01:06 +00:00
[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