Skip to content

Commit 230de93

Browse files
committed
Another fix for Travis CI tests.
1 parent 11e54f6 commit 230de93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services: docker
44

55
install:
66
# Install Ansible.
7-
- pip install ansible
7+
- pip install ansible docker-py
88

99
# Install role dependencies.
1010
- ansible-galaxy install -r requirements.yml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Then, make sure Docker is running, and run the playbook to build the container:
9393

9494
Once the image is built, you can run `docker images` to see the `php-apache` image that was generated.
9595

96+
> Note: If you get an error like `Failed to import docker-py`, run `pip install docker-py`.
97+
9698
### Push the image to Docker Hub
9799

98100
Currently, the process for updating this image on Docker Hub is manual. Eventually this will be automated via Travis CI.

0 commit comments

Comments
 (0)