From 23025ddc51a8f4a3d920d49a5dcb41c51fa09033 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 23 Feb 2016 20:23:19 +0000 Subject: [PATCH] Travis build fixes. Signed-off-by: Daira Hopwood --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5df0e85d7..b5c063ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: