]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
.travis.yml: unpin coverage, current one ought to work
authorBrian Warner <warner@lothar.com>
Sat, 17 Oct 2015 04:52:39 +0000 (21:52 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 17 Oct 2015 04:52:39 +0000 (21:52 -0700)
refs ticket:2511

.travis.yml

index 8f72f9439de8b6223191ac2330b891cba4a67d37..1c0a256edc09cdb549c5083ae8e2d00cbd234e72 100644 (file)
@@ -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: