mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 11:19:28 +00:00
23 lines
387 B
INI
23 lines
387 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[coverage:report]
|
|
show_missing = True
|
|
include =
|
|
sprockets/*
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
command_line = -m unittest discover . --buffer --verbose
|
|
|
|
[flake8]
|
|
application-import-names=sprockets.mixins.http
|
|
exclude=build,env
|
|
ignore=RST304
|
|
import-order-style=google
|
|
|
|
[upload_docs]
|
|
upload_dir = build/sphinx/html
|
|
|
|
[yapf]
|
|
allow_split_before_dict_value = False
|