Skip to content

Commit

Permalink
Merge pull request #50 from 0x0I/fixes
Browse files Browse the repository at this point in the history
add pip install to centos-7 test suite
  • Loading branch information
O1ahmad authored Apr 23, 2021
2 parents 9ce79ff + cbf018d commit 9f5443a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
- docker

env:
- OS_VERSION=centos-7
- OS_VERSION=fedora-32
- OS_VERSION=ubuntu-1804
- OS_VERSION=debian-9
Expand Down
3 changes: 3 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ platforms:
- name: centos-7
driver_config:
<<: *default_driver_config
provision_command:
- yum -y install epel-release && yum makecache
- yum -y install python-pip
provisioner:
ansible_cfg_path: test/ansible-legacy.cfg
- name: fedora-32
Expand Down

0 comments on commit 9f5443a

Please sign in to comment.