]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
.travis.yml: pin coverage version to 3.7.1. fixes ticket:2511 2511.fix-coveralls.0
authorDaira Hopwood <daira@jacaranda.org>
Thu, 1 Oct 2015 00:11:14 +0000 (01:11 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 1 Oct 2015 00:11:14 +0000 (01:11 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml

index 30e946b0708dd7ebe1b466149d6e16653823dc39..8f72f9439de8b6223191ac2330b891cba4a67d37 100644 (file)
@@ -11,7 +11,8 @@ before_install:
   - git fetch --depth=1000
   - python misc/build_helpers/show-tool-versions.py
 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
 script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
 after_success: