From: Brian Warner <warner@lothar.com>
Date: Sat, 17 Oct 2015 04:52:39 +0000 (-0700)
Subject: .travis.yml: unpin coverage, current one ought to work
X-Git-Url: https://git.rkrishnan.org/%5B/quickstart.html?a=commitdiff_plain;h=98732cd12c39ef38bb2d810d571bcbce3797adf5;p=tahoe-lafs%2Ftahoe-lafs.git

.travis.yml: unpin coverage, current one ought to work

refs ticket:2511
---

diff --git a/.travis.yml b/.travis.yml
index 8f72f943..1c0a256e 100644
--- 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: