52 lines
1.2 KiB
INI
52 lines
1.2 KiB
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
|
|
|
|
# TBD: Use this for OpenStack
|
|
#[compile_catalog]
|
|
#directory = barbican/locale
|
|
#domain = barbican
|
|
#
|
|
#[update_catalog]
|
|
#domain = barbican
|
|
#output_dir = barbican/locale
|
|
#input_file = barbican/locale/barbican.pot
|
|
#
|
|
#[extract_messages]
|
|
#keywords = _ gettext ngettext l_ lazy_gettext
|
|
#mapping_file = babel.cfg
|
|
#output_file = barbican/locale/barbican.pot
|
|
|
|
[nosetests]
|
|
where=barbican
|
|
nocapture=1
|
|
cover-erase=1
|
|
#-with-xunit=1
|
|
#-all-modules=1
|
|
#-traverse-namespace=1
|
|
#with-coverage=1
|
|
cover-package=barbican
|
|
#-cover-inclusive=1
|
|
|
|
# TBD: OpenStack stuff...
|
|
# 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
|
|
|
|
#[install]
|
|
#install-lib=/usr/local/bin/vbarbican/lib/python2.7/site-packages/
|