mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
.travis.yml: unpin coverage, current one ought to work
refs ticket:2511
This commit is contained in:
parent
4c55e68ff8
commit
98732cd12c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user