mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
.travis.yml: pin coverage version to 3.7.1. fixes ticket:2511
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
1ffc6534bd
commit
4c55e68ff8
@ -11,7 +11,8 @@ before_install:
|
|||||||
- git fetch --depth=1000
|
- git fetch --depth=1000
|
||||||
- python misc/build_helpers/show-tool-versions.py
|
- python misc/build_helpers/show-tool-versions.py
|
||||||
install:
|
install:
|
||||||
- pip install 'coveralls==0.4.2'
|
- pip install 'coverage==3.7.1' # see https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2511
|
||||||
|
- pip install coveralls
|
||||||
before_script: python setup.py build
|
before_script: python setup.py build
|
||||||
script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user