Skip to content

Commit

Permalink
Add install valid pyhton docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Apr 16, 2018
1 parent 8901607 commit 4d8f9f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ services:

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libffi-dev libssl-dev

install:
- sudo pip install urllib3 docker-py
- sudo pip install docker
- sudo apt-get install -y sshpass software-properties-common python-software-properties
- sudo pip install ansible
- echo -e 'localhost ansible_connection=local' > tests/inventory
Expand Down

0 comments on commit 4d8f9f9

Please sign in to comment.