File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 6
6
# Make sure pip3 is available.
7
7
sudo apt-get update
8
8
sudo apt-get install -y python3-pip python3-setuptools
9
- pip3 install --upgrade setuptools pip
10
9
11
10
# Install dependencies.
12
11
pip3 install ansible
Original file line number Diff line number Diff line change 6
6
# Make sure pip3 is available.
7
7
sudo apt-get update
8
8
sudo apt-get install -y python3-pip python3-setuptools
9
- pip3 install --upgrade setuptools pip
10
9
11
10
# Upgrade Docker to work with docker-py.
12
11
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
Original file line number Diff line number Diff line change 6
6
# Make sure pip3 is available.
7
7
sudo apt-get update
8
8
sudo apt-get install -y python3-pip python3-setuptools
9
- pip3 install --upgrade setuptools pip
10
9
11
10
# Install dependencies.
12
11
pip3 install ansible
You can’t perform that action at this time.
0 commit comments