aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-11-24 18:16:14 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-25 07:16:14 +0800
commitaa7c2992c91ea90dc967e6acc6b2fb190aed0000 (patch)
tree00a7fed58428e1da1237d43482daaabd7b8d8ec3 /.travis.yml
parent86b4b391edbb1de734c2baed0939a111a420a6f4 (diff)
downloadcryptography-aa7c2992c91ea90dc967e6acc6b2fb190aed0000.tar.gz
cryptography-aa7c2992c91ea90dc967e6acc6b2fb190aed0000.tar.bz2
cryptography-aa7c2992c91ea90dc967e6acc6b2fb190aed0000.zip
Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2 (#5072)
* Refs #5065 -- have a CI job with OpenSSL built with no-rc2 * Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eac49d98..1cb3f655 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ matrix:
- python: 3.8
env: TOXENV=py38 OPENSSL=1.1.1d
- python: 3.8
- env: TOXENV=py38 OPENSSL=1.1.1d OPENSSL_CONFIG_FLAGS=no-engine
+ env: TOXENV=py38 OPENSSL=1.1.1d OPENSSL_CONFIG_FLAGS="no-engine no-rc2"
- python: 3.8
env: TOXENV=py38 LIBRESSL=2.7.5
- python: 3.8