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:
4c55e68
)
.travis.yml: unpin coverage, current one ought to work
author
Brian Warner
<warner@lothar.com>
Sat, 17 Oct 2015 04:52:39 +0000
(21:52 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 17 Oct 2015 04:52:39 +0000
(21:52 -0700)
refs ticket:2511
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 8f72f9439de8b6223191ac2330b891cba4a67d37..1c0a256edc09cdb549c5083ae8e2d00cbd234e72 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-11,8
+11,7
@@
before_install:
- git fetch --depth=1000
- python misc/build_helpers/show-tool-versions.py
install:
- - pip install 'coverage==3.7.1' # see https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2511
- - pip install coveralls
+ - pip install coverage coveralls
before_script: python setup.py build
script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
after_success: