Merge pull request #117 from zeelax/fix/tests

Trying to fix tests
This commit is contained in:
Sergei Antipov 2018-07-05 10:33:08 -04:00 committed by GitHub
commit 4cceeef64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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} ]