]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
.travis.yml: correct the --source argument to coverage (it should be a directory...
authorDaira Hopwood <daira@jacaranda.org>
Mon, 1 Sep 2014 17:08:36 +0000 (18:08 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 1 Sep 2014 17:08:36 +0000 (18:08 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml

index 073c5059268fe7e02406f6a0d2e9e47fe359c060..e54d5bf0dbbcff4777cd55969936458aea8344b8 100644 (file)
@@ -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: