f8ba5af130
* docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
22 lines
544 B
INI
22 lines
544 B
INI
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[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
|