Skip to content

Commit 28c2b5f

Browse files
committed
Attempt to fix pip3 installs of ansible and molecule.
1 parent 6c0ea31 commit 28c2b5f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/collection.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
# Make sure pip3 is available.
77
sudo apt-get update
88
sudo apt-get install -y python3-pip python3-setuptools
9-
pip3 install --upgrade setuptools pip
109

1110
# Install dependencies.
1211
pip3 install ansible

tests/molecule.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
# Make sure pip3 is available.
77
sudo apt-get update
88
sudo apt-get install -y python3-pip python3-setuptools
9-
pip3 install --upgrade setuptools pip
109

1110
# Upgrade Docker to work with docker-py.
1211
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash

tests/orchestration.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
# Make sure pip3 is available.
77
sudo apt-get update
88
sudo apt-get install -y python3-pip python3-setuptools
9-
pip3 install --upgrade setuptools pip
109

1110
# Install dependencies.
1211
pip3 install ansible

0 commit comments

Comments
 (0)