sprockets.clients.cassandra/setup.cfg
Brian Korty 072ba24f69 Change coverage tool to codecov.
Change coverage tool to codecov. Update README doc to refer to
new coverage reports. Flush out some additional details in the
README doc.
2015-05-12 11:19:40 -04:00

17 lines
287 B
INI

[build_sphinx]
all_files=1
[nosetests]
with-coverage=1
cover-package=sprockets.clients.cassandra
match=^When|^should|^[Tt]est
nocapture=1
cover-branches=1
cover-erase=1
[nosy]
tests=tests/unit --cover-package=sprockets.clients.cassandra
glob_patterns=*.py
[bdist_wheel]
universal = 1