[ovs-dev] [PATCH 8/8] cirrus: Enable testing of Python3 and SSL.

Ilya Maximets i.maximets at samsung.com
Wed Dec 26 15:24:01 UTC 2018


This does not increase testing time significantly, but
increases the coverage.

Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
---
 .cirrus.yml | 5 +++--
 1 file 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
-- 
2.17.1



More information about the dev mailing list