summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ed8626d4065e108bd312ac515bcd4b298b347360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[nosetests]
stop = 1
verbosity = 2
with-coverage = 1
cover-erase = 1
cover-package=happybase.connection,happybase.table,happybase.batch,happybase.pool,happybase.util,tests
cover-tests = 1
cover-html = 1
cover-html-dir = coverage/

[build_sphinx]
source-dir = doc/
build-dir = doc/build/