]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
add available-space to VERSION_DEFAULTS
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index 268ce81c5b01389925a76036eeffa8aeb60e2a3a..e9116a0d462c3a457a6c5667ecbdd7d4004f0208 100644 (file)
@@ -4,11 +4,12 @@ python:
   - "2.6"
 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=allmydata setup.py test --reporter=timing
+before_script: python setup.py build
+script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
 after_success:
   coveralls
 notifications: