projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fc2fc
)
.travis.yml: correct the --source argument to coverage (it should be a directory...
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 1 Sep 2014 17:08:36 +0000
(18:08 +0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 073c5059268fe7e02406f6a0d2e9e47fe359c060..e54d5bf0dbbcff4777cd55969936458aea8344b8 100644
(file)
--- 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: