eea25b4149
Change-Id: Id81588d3a2aabc0931d5bf12f078d8f770305e69
23 lines
563 B
INI
23 lines
563 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[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
|
|
with-openstack=1
|
|
openstack-red=0.05
|
|
openstack-yellow=0.025
|
|
openstack-show-elapsed=1
|
|
openstack-color=1
|