Skip to content

Commit

Permalink
Merge pull request #117 from zeelax/fix/tests
Browse files Browse the repository at this point in the history
Trying to fix tests
  • Loading branch information
UnderGreen authored Jul 5, 2018
2 parents c7d0312 + 003bbbb commit 4cceeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -o errexit
set -o pipefail

# Latest Ansible install
pip install docker-py ansible
pip install docker ansible

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

0 comments on commit 4cceeef

Please sign in to comment.