aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
--------------------------------