mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Travis build fixes.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
554332dff9
commit
23025ddc51
@ -11,8 +11,10 @@ before_install:
|
||||
- python misc/build_helpers/show-tool-versions.py
|
||||
install:
|
||||
- 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
|
||||
before_script:
|
||||
- pip install -e .
|
||||
script:
|
||||
- coverage run --branch --source=src/allmydata `which tahoe` --version-and-path debug trial --rterrors --reporter=timing
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user