9a63086bd5
Added localization and documentation skeletons PEP8 Fixes, optimized imports Change-Id: I4abf8a73975d31b11213b29e9e3e178fdcf9c86c
33 lines
819 B
INI
33 lines
819 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
|
|
|
|
[compile_catalog]
|
|
directory = conductor/locale
|
|
domain = conductor
|
|
|
|
[update_catalog]
|
|
domain = conductor
|
|
output_dir = conductor/locale
|
|
input_file = conductor/locale/conductor.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = conductor/locale/conductor.pot
|
|
|
|
[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
|
|
cover-package = conductor
|
|
cover-html = true
|
|
cover-erase = true |