Merge pull request #298 from hynek/master
Allow pypy to fail for now
diff --git a/.travis.yml b/.travis.yml
index 0e5be38..05804d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,11 +67,13 @@
- python: "2.7"
env: TOXENV=docs
- # Let the cryptography master builds fail because they might be triggered by
- # cryptography changes beyond our control.
- # Also allow OS X and 0.9.8 to fail at the moment while we fix these new
- # build configurations.
- # Also allow lint to fail while we fix existing lint.
+ # - Let the cryptography master builds fail because they might be triggered by
+ # cryptography changes beyond our control.
+ # - Also allow OS X and 0.9.8 to fail at the moment while we fix these new
+ # build configurations.
+ # - Also allow lint to fail while we fix existing lint.
+ # - We alloy pypy to fail until Travis fixes their infrastructure to a pypy
+ # with a recent enought CFFI library to run cryptography 1.0+.
allow_failures:
- language: generic
os: osx
@@ -83,6 +85,7 @@
- env: TOXENV=pypy-cryptographyMaster
- env: OPENSSL=0.9.8 TOXENV=py27
- env: TOXENV=flake8
+ - env: TOXENV=pypy
install:
- |