]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
Retire the setup_requires hack in cases where it isn't needed (and can cause build...
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index e54d5bf0dbbcff4777cd55969936458aea8344b8..36356b2b3dfd2d3cef6cdcbf5fc3c22b1bad1f2b 100644 (file)
@@ -4,12 +4,14 @@ python:
   - "2.6"
 before_install:
   - sh -c set
+  - git config --global user.email "travis-tahoe@tahoe-lafs.org"
+  - git config --global user.name "Travis Tahoe"
   - 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 @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
 after_success:
   coveralls
 notifications: