]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
OS-X package: add a preinstall script and copy the manpage into /etc/manpaths.d.
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index e9116a0d462c3a457a6c5667ecbdd7d4004f0208..484e502614f2b44bd63c19420dc105fcbbc89a1b 100644 (file)
@@ -2,8 +2,11 @@ language: python
 python:
   - "2.7"
   - "2.6"
+  - "pypy"
 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:
@@ -21,3 +24,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