~ubuntu-branches/ubuntu/saucy/python-cinderclient/saucy-proposed

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-27 13:32:14 UTC
  • Revision ID: package-import@ubuntu.com-20120627133214-n2gx1yxu97efvhg8
Tags: upstream-2012.2~f1~20120621.8
ImportĀ upstreamĀ versionĀ 2012.2~f1~20120621.8

Show diffs side-by-side

added added

removed removed

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