Skip to content

Commit

Permalink
Merge pull request #22 from CoffeeITWorks/develop
Browse files Browse the repository at this point in the history
fixes on travis tests
  • Loading branch information
pablodav authored Nov 2, 2020
2 parents 66e4c1a + bc8c3e7 commit b0c0910
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ before_install:

install:
- sudo apt-get install -y python-pip libssl-dev libffi-dev
- pip install molecule
- pip install docker-py
- pip install "ansible"
- pip install "molecule[docker]"
#- pip install docker-py
# https://docs.ansible.com/ansible/latest/scenario_guides/guide_docker.html#requirements
#- ansible-galaxy install -r requirements.yml

script:
Expand Down

0 comments on commit b0c0910

Please sign in to comment.