mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-22 03:00:20 +00:00
072ba24f69
Change coverage tool to codecov. Update README doc to refer to new coverage reports. Flush out some additional details in the README doc.
17 lines
287 B
INI
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
|