sprockets.http/setup.cfg

23 lines
325 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
[upload_docs]
upload_dir = build/sphinx/html
2022-02-03 16:48:15 +00:00
[coverage:run]
branch = True
command_line = -m unittest discover tests --buffer --verbose
[coverage:report]
show_missing = True
include =
sprockets/*