From 712797254ecdd8f6531625bd18d4224c2f9fd135 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 29 Aug 2018 21:29:37 -0400 Subject: openssl 1.1.1 testing (#4112) * test openssl 1.1.1 * let's see what a 1.1.1 pyopenssl does * 1.1.1-pre8 * pre9 * docs and test more things * 3.7 needs xenial --- .travis.yml | 6 ++++++ docs/installation.rst | 1 + 2 files changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index efee3673..a14ecf4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,12 @@ matrix: env: TOXENV=py27 OPENSSL=1.1.0h - python: 3.5 env: TOXENV=py35 OPENSSL=1.1.0h + - python: 2.7 + env: TOXENV=py27 OPENSSL=1.1.1-pre9 + - python: 3.7 + env: TOXENV=py37 OPENSSL=1.1.1-pre9 + dist: xenial + sudo: true - python: 3.6 env: TOXENV=py36 LIBRESSL=2.4.5 - python: 3.6 diff --git a/docs/installation.rst b/docs/installation.rst index a4649f51..d665dbc5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -28,6 +28,7 @@ OpenSSL releases: * ``OpenSSL 1.0.1f`` * ``OpenSSL 1.0.2-latest`` * ``OpenSSL 1.1.0-latest`` +* ``OpenSSL 1.1.1-latest`` Building cryptography on Windows -------------------------------- -- cgit v1.2.3