mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 19:29:31 +00:00
17 lines
259 B
INI
17 lines
259 B
INI
|
[bdist_wheel]
|
||
|
universal = 1
|
||
|
|
||
|
[nosetests]
|
||
|
cover-branches=1
|
||
|
cover-erase=1
|
||
|
cover-html=1
|
||
|
cover-html-dir=build/coverage
|
||
|
cover-package=sprockets.mixins.http
|
||
|
cover-tests=1
|
||
|
with-coverage=1
|
||
|
logging-level=DEBUG
|
||
|
verbosity=2
|
||
|
|
||
|
[upload_docs]
|
||
|
upload-dir = build/sphinx/html
|