]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
introweb: fix connection hints for server announcements
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index e9116a0d462c3a457a6c5667ecbdd7d4004f0208..30e946b0708dd7ebe1b466149d6e16653823dc39 100644 (file)
@@ -1,10 +1,14 @@
+sudo: false
 language: python
 python:
   - "2.7"
   - "2.6"
+  - "pypy"
 before_install:
   - sh -c set
-  - git pull --depth=1000
+  - git config --global user.email "travis-tahoe@tahoe-lafs.org"
+  - git config --global user.name "Travis Tahoe"
+  - git fetch --depth=1000
   - python misc/build_helpers/show-tool-versions.py
 install:
   - pip install 'coveralls==0.4.2'
@@ -21,3 +25,7 @@ notifications:
     template:
       - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
       - "Changes: %{compare_url} | Details: %{build_url}"
+matrix:
+  allow_failures:
+    - python: "pypy"
+  fast_finish: true