]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
.travis.yml: fix command used for testing.
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index e54d5bf0dbbcff4777cd55969936458aea8344b8..09dc2e7bebaf90e306d9354cde7b5770fccd5efc 100644 (file)
@@ -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: