summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-29 21:29:37 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-29 21:29:37 -0400
commit712797254ecdd8f6531625bd18d4224c2f9fd135 (patch)
treece2ec824f013e2d8053659f63ee3d5f9fdbdfb94
parentbc1667791eedfe9d77d56dd9014e26481f571ff5 (diff)
downloadcryptography-712797254ecdd8f6531625bd18d4224c2f9fd135.tar.gz
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
-rw-r--r--.travis.yml6
-rw-r--r--docs/installation.rst1
2 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index efee3673d..a14ecf4e2 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 a4649f51b..d665dbc59 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
--------------------------------