From 21f185b1c252bbc8788a03b63d1783d3e4a163ba Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 20 Jan 2020 04:04:31 +0000 Subject: [PATCH] fix(travis): provide `amazonlinux-2-py3` images --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d85e6d2..f5b8d19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,8 @@ env: # EP: extra packages required for the specific build jobs: # AMAZONLINUX - # AmazonLinux packages are py2, even if the installer says - # it's using python3. Dependencies are hardcoded to py2 - # amazonlinux,2 SV=master SIM=git PV=3 - # amazonlinux,2 SV=2019.2 SIM=stable PV=3 + - DN=amazonlinux DV=2 PI=yum SV=master SIM=git PV=3 EP="yum-utils python3-pip procps-ng" + - DN=amazonlinux DV=2 PI=yum SV=2019.2 SIM=stable PV=3 EP="yum-utils python3-pip procps-ng" - DN=amazonlinux DV=2 PI=yum SV=2018.3 SIM=stable PV=2 EP="yum-utils python-pip procps-ng" - DN=amazonlinux DV=2 PI=yum SV=2017.7 SIM=stable PV=2 EP="yum-utils python-pip procps-ng"