summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2018-12-26 18:24:01 +0300
committerBen Pfaff <blp@ovn.org>2018-12-27 09:39:11 -0800
commit2c1e8022d19199010d0182b6f244bc574065e2d8 (patch)
treea18d35001ef2f2d466b50cc0ff440a02d4f2205f /.cirrus.yml
parentc64795a41d3fd0ff55de9c4302950df186889d6b (diff)
downloadopenvswitch-2c1e8022d19199010d0182b6f244bc574065e2d8.tar.gz
cirrus: Enable testing of Python3 and SSL.
This does not increase testing time significantly, but increases the coverage. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
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