From aa7c2992c91ea90dc967e6acc6b2fb190aed0000 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 24 Nov 2019 18:16:14 -0500 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3