aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-26 09:11:35 -0400
committerGitHub <noreply@github.com>2020-04-26 08:11:35 -0500
commit33460885b92eb68753489af96f49315ae0bea7fc (patch)
tree9824356d52385082ef6a63805a344bdae630852d
parent01eb304b082b4ae5769eb0b2e1184dbca010961a (diff)
downloadcryptography-33460885b92eb68753489af96f49315ae0bea7fc.tar.gz
cryptography-33460885b92eb68753489af96f49315ae0bea7fc.tar.bz2
cryptography-33460885b92eb68753489af96f49315ae0bea7fc.zip
Test against LibreSSL 3.1.0 (#5235)
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8dff4c3..be99d473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,8 @@ matrix:
env: TOXENV=py38 LIBRESSL=2.9.2
- python: 3.8
env: TOXENV=py38 LIBRESSL=3.0.2
+ - python: 3.8
+ env: TOXENV=py38 LIBRESSL=3.1.0
- python: 2.7
services: docker