Skip to content

Commit 4cceeef

Browse files
authored
Merge pull request #117 from zeelax/fix/tests
Trying to fix tests
2 parents c7d0312 + 003bbbb commit 4cceeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -o errexit
1212
set -o pipefail
1313

1414
# Latest Ansible install
15-
pip install docker-py ansible
15+
pip install docker ansible
1616

1717
# Pull docker image or build it
1818
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]

0 commit comments

Comments
 (0)