Merge of previous project work into this project
This commit is contained in:
41
setup.cfg
41
setup.cfg
@@ -1,3 +1,28 @@
|
||||
[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
|
||||
@@ -8,3 +33,19 @@ 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/
|
||||
|
||||
Reference in New Issue
Block a user