]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
Disable bridging of foolscap logging to the Twisted log, and remove docs for it....
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index 484e502614f2b44bd63c19420dc105fcbbc89a1b..1c0a256edc09cdb549c5083ae8e2d00cbd234e72 100644 (file)
@@ -1,3 +1,4 @@
+sudo: false
 language: python
 python:
   - "2.7"
@@ -7,10 +8,10 @@ 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
+  - git fetch --depth=1000
   - python misc/build_helpers/show-tool-versions.py
 install:
-  - pip install 'coveralls==0.4.2'
+  - 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
 after_success: