sprockets.mixins.correlation/setup.cfg

19 lines
242 B
INI
Raw Normal View History

2015-03-28 16:33:29 +00:00
[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