aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-06-01 18:08:49 -0400
committerGitHub <noreply@github.com>2020-06-01 17:08:49 -0500
commita02fdd60d98273ca34427235c4ca96687a12b239 (patch)
treee80edfce13ba776b9ca0a1a0ce826741e083b9d3
parent85fbb0367864e6fc0b860e47ea413d107f98cc13 (diff)
downloadcryptography-a02fdd60d98273ca34427235c4ca96687a12b239.tar.gz
cryptography-a02fdd60d98273ca34427235c4ca96687a12b239.tar.bz2
cryptography-a02fdd60d98273ca34427235c4ca96687a12b239.zip
Test on LibreSSL 3.2.0 (#5263)
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f0b1e17..0271c0de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,9 @@ matrix:
- python: 3.8
env: TOXENV=py38 LIBRESSL=3.0.2
- python: 3.8
- env: TOXENV=py38 LIBRESSL=3.1.0
+ env: TOXENV=py38 LIBRESSL=3.1.2
+ - python: 3.8
+ env: TOXENV=py38 LIBRESSL=3.2.0
- python: 2.7
services: docker