Skip to content

Commit

Permalink
Install docker python module instead of docker-py
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Messerli committed Jul 5, 2018
1 parent 0bcf595 commit c046b33
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 @@ -13,7 +13,7 @@ before_install:
- sudo apt-get install -qq squashfs-tools uuid python-apt python-pycurl btrfs-tools
install:
- sudo pip install ansible
- sudo pip install docker-py
- sudo pip install docker
script:
- cp -R roles/* squashible/roles/
- cp squashible.yml squashible/
Expand Down

0 comments on commit c046b33

Please sign in to comment.