From 9566b3d45cc344c0f9c43ee4619c42762c1d572e Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 18:08:36 +0100
Subject: [PATCH] .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>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.45.2