mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
.travis.yml: fix command used for testing.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
036c325d35
commit
37d348ab21
@ -5,11 +5,12 @@ python:
|
||||
before_install:
|
||||
- sh -c set
|
||||
- git pull --depth=1000
|
||||
- python misc/build_helpers/show-tool-versions.py
|
||||
install:
|
||||
- pip install 'twisted>=0.13.0'
|
||||
- pip install 'coveralls==0.4.2'
|
||||
before_script: python misc/build_helpers/show-tool-versions.py
|
||||
script: coverage run --branch --source=src/allmydata setup.py test --reporter=timing
|
||||
before_script: python setup.py build
|
||||
script: bin/tahoe @python-coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user