You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
828 B
34 lines
828 B
[egg_info] |
|
tag_build = |
|
tag_date = 0 |
|
tag_svn_revision = 0 |
|
|
|
[build_sphinx] |
|
all_files = 1 |
|
build-dir = doc/build |
|
source-dir = doc/source |
|
|
|
[compile_catalog] |
|
directory = keystone/locale |
|
domain = keystone |
|
|
|
[update_catalog] |
|
domain = keystone |
|
output_dir = keystone/locale |
|
input_file = keystone/locale/keystone.pot |
|
|
|
[extract_messages] |
|
keywords = _ gettext ngettext l_ lazy_gettext |
|
mapping_file = babel.cfg |
|
output_file = keystone/locale/keystone.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 |
|
detailed-errors=1 |
|
cover-package = keystone |
|
cover-html = true |
|
cover-erase = true
|
|
|