Travis build fixes.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-02-23 20:23:19 +00:00
parent 554332dff9
commit 23025ddc51

View File

@ -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: