We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00543f5 commit 6594566Copy full SHA for 6594566
tests/molecule.sh
@@ -8,6 +8,9 @@ sudo apt-get update
8
sudo apt-get install -y python3-pip python3-setuptools
9
pip3 install --upgrade setuptools pip
10
11
+# Upgrade Docker to work with docker-py.
12
+curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
13
+
14
# Install dependencies.
15
sudo pip3 install ansible molecule ansible-lint yamllint docker
16
0 commit comments