Skip to content

Commit

Permalink
Fix molecule and testinfra version to make test pass => Need to migra…
Browse files Browse the repository at this point in the history
…te them on testinfra > 1.19.0
  • Loading branch information
ryarnyah authored and StephenSorriaux committed Sep 29, 2019
1 parent 7ee5e73 commit 2645362
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 @@ notifications:
install:
- pip install ansible==2.7.1
- pip install funcsigs
- pip install molecule
- pip install molecule==2.20.1 testinfra==1.19.0
- pip install docker-py
- pip install flake8
- pip install -r requirements.txt
Expand Down

0 comments on commit 2645362

Please sign in to comment.