Skip to content

Commit

Permalink
Merge pull request #298 from hynek/master
Browse files Browse the repository at this point in the history
Allow pypy to fail for now
  • Loading branch information
reaperhulk committed Aug 17, 2015
2 parents 308970f + edbe761 commit cd0d22c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ matrix:
- 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
Expand All @@ -83,6 +85,7 @@ matrix:
- env: TOXENV=pypy-cryptographyMaster
- env: OPENSSL=0.9.8 TOXENV=py27
- env: TOXENV=flake8
- env: TOXENV=pypy

install:
- |
Expand Down

0 comments on commit cd0d22c

Please sign in to comment.