sprockets.http/setup.cfg
2016-06-13 14:17:46 -04:00

15 lines
214 B
INI

[bdist_wheel]
universal = 1
[build_sphinx]
all-files = 1
[flake8]
exclude = env,build
[nosetests]
cover-branches = 1
cover-erase = 1
cover-package = sprockets.http
cover-html = 1
cover-html-dir = build/coverage