~ubuntu-branches/ubuntu/raring/python-glanceclient/raring-proposed

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-29 08:34:09 UTC
  • Revision ID: package-import@ubuntu.com-20120529083409-42y5dlpvwd94521t
Tags: upstream-2012.2~f1
ImportĀ upstreamĀ versionĀ 2012.2~f1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[nosetests]
 
2
cover-package = glanceclient
 
3
cover-html = true
 
4
cover-erase = true
 
5
cover-inclusive = true
 
6
verbosity = 2
 
7
detailed-errors = 1
 
8
 
 
9
[build_sphinx]
 
10
source-dir = docs/
 
11
build-dir = docs/_build
 
12
all_files = 1
 
13
 
 
14
[upload_sphinx]
 
15
upload-dir = docs/_build/html
 
16
 
 
17
[egg_info]
 
18
tag_build = 
 
19
tag_date = 0
 
20
tag_svn_revision = 0
 
21