]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - .travis.yml
Avoid spurious errors when an imported version is consistent with pkg_resources
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
index 5e7915360c9aeee46f8833ba20a2b51ab8d84b56..484e502614f2b44bd63c19420dc105fcbbc89a1b 100644 (file)
@@ -2,7 +2,7 @@ language: python
 python:
   - "2.7"
   - "2.6"
-sudo: false
+  - "pypy"
 before_install:
   - sh -c set
   - git config --global user.email "travis-tahoe@tahoe-lafs.org"
@@ -24,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