From 6af9b06bb2494c23f5d16a8fe26d16dd9cac89f7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 12 Mar 2020 05:48:29 +0000 Subject: [PATCH] feat(centos-7-py2): replace with `py3` due to Testinfra/InSpec failures --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08a2cd1..a09e618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,7 @@ env: - DN=centos DV=8 PI=yum SIM=stable SV=3000 PV=3 EP="python3 python3-pip python3-devel openssl-devel swig glibc-langpack-en" - DN=centos DV=8 PI=yum SIM=stable SV=2019.2 PV=3 EP="python3 python3-pip python3-devel openssl-devel swig glibc-langpack-en" - DN=centos DV=7 PI=yum SIM=stable SV=2019.2 PV=3 EP="python3 python3-pip python3-devel openssl-devel swig gcc-g++ zeromq zeromq-devel" - - DN=centos DV=7 PI=yum SIM=stable SV=2019.2 PV=2 EP="python2-pip" - - DN=centos DV=7 PI=yum SIM=stable SV=2018.3 PV=2 EP="python2-pip" + - DN=centos DV=7 PI=yum SIM=stable SV=2018.3 PV=3 EP="python3 python3-pip python3-devel openssl-devel swig gcc-g++ zeromq zeromq-devel" - DN=centos DV=6 PI=yum SIM=stable SV=2018.3 PV=2 EP="python27-pip" # DEBIAN