fix pip installation in travis

master
paulfantom 7 years ago
parent 458a65dc11
commit af53c7fe11

@ -8,7 +8,7 @@ env:
- ANSIBLE='ansible>=2.3.0,<2.4.0'
- ANSIBLE='ansible>=2.4.0,<2.5.0'
install:
- pip install ${ANSIBLE} ansible-lint>=3.4.15 molecule==1.25.0 docker git-semver testinfra>=1.7.0,<=1.10.1
- pip install ${ANSIBLE} 'ansible-lint>=3.4.15' 'molecule==1.25.0' docker git-semver 'testinfra>=1.7.0,<=1.10.1'
before_script:
- ansible-lint tests/playbook.yml
script:

Loading…
Cancel
Save