From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 17:08:36 +0000 (+0100)
Subject: .travis.yml: correct the --source argument to coverage (it should be a directory... 
X-Git-Tag: allmydata-tahoe-1.10.1a1~166
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/running.html?a=commitdiff_plain;h=9566b3d45cc344c0f9c43ee4619c42762c1d572e;p=tahoe-lafs%2Ftahoe-lafs.git

.travis.yml: correct the --source argument to coverage (it should be a directory, not a module name).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/.travis.yml b/.travis.yml
index 073c5059..e54d5bf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
   - pip install 'twisted>=0.13.0'
   - pip install 'coveralls==0.4.2'
 before_script: python misc/build_helpers/show-tool-versions.py
-script: coverage run --branch --source=allmydata setup.py test --reporter=timing
+script: coverage run --branch --source=src/allmydata setup.py test --reporter=timing
 after_success:
   coveralls
 notifications: