mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-12 04:18:28 +00:00
@ -11,8 +11,10 @@ before_install:
|
|||||||
- python misc/build_helpers/show-tool-versions.py
|
- python misc/build_helpers/show-tool-versions.py
|
||||||
install:
|
install:
|
||||||
- pip install coverage coveralls
|
- pip install coverage coveralls
|
||||||
before_script: python setup.py build
|
before_script:
|
||||||
script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
- pip install -e .
|
||||||
|
script:
|
||||||
|
- coverage run --branch --source=src/allmydata `which tahoe` --version-and-path debug trial --rterrors --reporter=timing
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
notifications:
|
notifications:
|
||||||
|
Reference in New Issue
Block a user