Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pypy to fail for now #298

Merged
merged 1 commit into from
Aug 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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