sprockets.http/setup.cfg

21 lines
295 B
INI
Raw Normal View History

2015-07-22 17:41:30 +00:00
[bdist_wheel]
universal = 1
2015-07-22 17:40:55 +00:00
[build_sphinx]
all-files = 1
2018-11-27 00:30:55 +00:00
fresh-env = 1
warning-is-error = 1
2015-07-22 17:41:30 +00:00
[flake8]
exclude = env,build
[nosetests]
cover-branches = 1
cover-erase = 1
cover-package = sprockets.http
2016-06-13 18:17:46 +00:00
cover-html = 1
cover-html-dir = build/coverage
[upload_docs]
upload_dir = build/sphinx/html