Skip to content

Commit

Permalink
Use the docker python module instead of docker-py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley committed Jul 2, 2018
1 parent d0633ba commit d42745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- printf "Host 127.0.0.1\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null" > ~/.ssh/config

install:
- sudo pip install docker-py
- sudo pip install docker
# software-properties-common for ubuntu 14.04
- sudo apt-get install -y sshpass software-properties-common
- sudo apt-add-repository -y ppa:ansible/ansible
Expand Down

0 comments on commit d42745d

Please sign in to comment.