From 98732cd12c39ef38bb2d810d571bcbce3797adf5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 16 Oct 2015 21:52:39 -0700 Subject: [PATCH] .travis.yml: unpin coverage, current one ought to work refs ticket:2511 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.37.2