summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 10:20:21 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 10:20:21 -0400
commit3bcc881c6008eb23f3e54c1d8ffd50da4ae71311 (patch)
tree6b4a21fd56249224cc35dbe00fa9eabe6c2aedc0
parenta2d7e09c195f583e4d223489b620c418ca9992e7 (diff)
downloadpyopenssl-3bcc881c6008eb23f3e54c1d8ffd50da4ae71311.tar.gz
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.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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