mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-24 11:19:54 +00:00
18 lines
287 B
INI
18 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-tests=1
|
||
|
|
||
|
[nosy]
|
||
|
tests=tests/unit --cover-package=sprockets.clients.cassandra
|
||
|
glob_patterns=*.py
|
||
|
|
||
|
[bdist_wheel]
|
||
|
universal = 1
|