From 2c1e8022d19199010d0182b6f244bc574065e2d8 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 26 Dec 2018 18:24:01 +0300 Subject: cirrus: Enable testing of Python3 and SSL. This does not increase testing time significantly, but increases the coverage. Signed-off-by: Ilya Maximets Signed-off-by: Ben Pfaff --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 0b012ca84..c71a0a249 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,8 +8,9 @@ freebsd_build_task: memory: 8G env: - DEPENDENCIES: automake libtool gmake gcc wget - python py27-six py27-sphinx + DEPENDENCIES: automake libtool gmake gcc wget openssl + python py27-six py27-sphinx py27-openssl + python3 py36-six py36-openssl matrix: COMPILER: gcc COMPILER: clang -- cgit v1.2.1