mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 19:29:55 +00:00
19 lines
242 B
INI
19 lines
242 B
INI
|
[bdist_wheel]
|
||
|
universal = 1
|
||
|
|
||
|
[build_sphinx]
|
||
|
all-files = 1
|
||
|
|
||
|
[flake8]
|
||
|
exclude = build,dist,docs,env
|
||
|
|
||
|
[nosetests]
|
||
|
tests = tests.py
|
||
|
nocapture = 1
|
||
|
verbose = 1
|
||
|
stop = 1
|
||
|
with-coverage = 1
|
||
|
cover-erase = 1
|
||
|
cover-branches = 1
|
||
|
cover-package = sprockets
|