Skip to content

Commit

Permalink
feat(centos-7-py2): replace with py3 due to Testinfra/InSpec failures
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 12, 2020
1 parent 9144dcc commit 6af9b06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6af9b06

Please sign in to comment.