~ubuntu-branches/ubuntu/trusty/python-happybase/trusty

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-05-30 13:56:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130530135642-tveld2y1dbkhmuv3
Tags: 0.6-1
* New upstream release (Closes: #712971).
* Ran wrap-and-sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[nosetests]
2
2
stop = 1
3
3
verbosity = 2
4
 
nocapture = 1
5
4
with-coverage = 1
6
5
cover-erase = 1
7
 
cover-package=happybase.api,happybase.util,tests
 
6
cover-package=happybase.connection,happybase.table,happybase.batch,happybase.pool,happybase.util,tests
8
7
cover-tests = 1
9
8
cover-html = 1
10
9
cover-html-dir = coverage/