mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
travis.yml: use tox, with 'coverage' environment
This commit is contained in:
parent
608719df91
commit
e3aef2b966
@ -13,11 +13,9 @@ before_install:
|
||||
- git fetch --depth=1000
|
||||
- python misc/build_helpers/show-tool-versions.py
|
||||
install:
|
||||
- pip install coveralls
|
||||
before_script:
|
||||
- pip install -e .[test]
|
||||
- pip install coveralls tox
|
||||
script:
|
||||
- coverage run --branch --source=src/allmydata `which tahoe` --version-and-path debug trial --rterrors --reporter=timing
|
||||
- tox -e coverage
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user