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