From 3bcc881c6008eb23f3e54c1d8ffd50da4ae71311 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 Apr 2014 10:20:21 -0400 Subject: That seemed to work but not all of the tests are passing on 0.9.8 so until that happens this configuration will be allowed to fail. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 543dc50..595e37c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,8 @@ matrix: allow_failures: - env: CRYPTOGRAPHY_GIT_MASTER=true + - env: + OPENSSL=0.9.8 before_install: - if [ -n "$CRYPTOGRAPHY_GIT_MASTER" ]; then pip install git+https://github.com/pyca/cryptography.git;fi -- cgit v1.2.1