From dbe203a37b8956f4d194798859d41a421d02542e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Oct 2019 19:50:21 -0400 Subject: Test against libressl 3.0 (#5031) * Test against libressl 3.0 * Correctly type these ints --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5348f4c6..4992eb7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,8 @@ matrix: env: TOXENV=py37 LIBRESSL=2.8.3 - python: 3.7 env: TOXENV=py37 LIBRESSL=2.9.2 + - python: 3.8 + env: TOXENV=py38 LIBRESSL=3.0.2 - python: 2.7 services: docker -- cgit v1.2.3