Skip to content

Commit

Permalink
fix(travis): provide amazonlinux-2-py3 images
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 20, 2020
1 parent 318a8f3 commit 21f185b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 21f185b

Please sign in to comment.