summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: fba5ba9dda47a1c1ce9c5dbbd315c6ba0155d56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[nosetests]
verbosity = 1
detailed-errors = 1
where = kombu/tests
cover3-branch = 1
cover3-html = 1
cover3-package = kombu
cover3-exclude = kombu
                 kombu.utils.compat
                 kombu.utils.functional
                 kombu.utils.finalize
                 kombu.transport.pypika
                 kombu.transport.pycouchdb
                 kombu.transport.mongodb
                 kombu.transport.beanstalk

[build_sphinx]
source-dir = docs/
build-dir = docs/.build
all_files = 1

[upload_sphinx]
upload-dir = docs/.build/html


[bdist_rpm]
requires = anyjson >= 0.3.1
           amqplib >= 0.6