sprockets.clients.cassandra/setup.cfg

18 lines
287 B
INI
Raw Normal View History

2015-05-06 18:51:41 +00:00
[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
2015-05-06 18:51:41 +00:00
[nosy]
tests=tests/unit --cover-package=sprockets.clients.cassandra
glob_patterns=*.py
[bdist_wheel]
universal = 1