summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 6471a4e926b3c444479d8fcc31312b2d8c111e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[nosetests]
# NOTE(jkoelker) To run the test suite under nose install the following
#                coverage http://pypi.python.org/pypi/coverage
#                tissue http://pypi.python.org/pypi/tissue (pep8 checker)
#                openstack-nose https://github.com/jkoelker/openstack-nose
verbosity=2
detailed-errors=1

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

[upload_sphinx]
upload-dir = doc/build/html