From: Daira Hopwood Date: Mon, 1 Sep 2014 19:57:22 +0000 (+0100) Subject: .travis.yml: fix command used for testing. X-Git-Tag: allmydata-tahoe-1.10.1a1~161 X-Git-Url: https://git.rkrishnan.org/CLI.txt?a=commitdiff_plain;h=37d348ab21998ba69ea9a3c41891205bb4822516;p=tahoe-lafs%2Ftahoe-lafs.git .travis.yml: fix command used for testing. Signed-off-by: Daira Hopwood --- diff --git a/.travis.yml b/.travis.yml index e54d5bf0..09dc2e7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: