commit | 3bcc881c6008eb23f3e54c1d8ffd50da4ae71311 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 10:20:21 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 10:20:21 2014 -0400 |
tree | 6b4a21fd56249224cc35dbe00fa9eabe6c2aedc0 | |
parent | a2d7e09c195f583e4d223489b620c418ca9992e7 [diff] |
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.
diff --git a/.travis.yml b/.travis.yml index 543dc50..595e37c 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -39,6 +39,8 @@ 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