Skip to content

Commit ce90af2

Browse files
pavelpiktatgadiev
authored andcommitted
update packages for travis-ci (#36)
1 parent 2b7f818 commit ce90af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- git clone https://github.com/lean-delivery/ansible-lint-rules.git ~/ansible-lint-rules
1414

1515
install:
16-
- pip install --upgrade ansible==2.5.* docker-py molecule==2.17 pyOpenSSL PyYAML pytest==3.7.4
16+
- pip install --upgrade ansible==2.7.* docker-py molecule==2.20 pyOpenSSL PyYAML pytest
1717
- pip install git+https://github.com/ansible/ansible-lint.git
1818
- ansible --version
1919
- ansible-lint --version

ansible-role-{{cookiecutter.role_name}}/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- git clone https://github.com/lean-delivery/ansible-lint-rules.git ~/ansible-lint-rules
1414

1515
install:
16-
- pip install --upgrade ansible==2.5.* docker-py molecule==2.17 pyOpenSSL PyYAML pytest==3.7.4
16+
- pip install --upgrade ansible==2.7.* docker-py molecule==2.20 pyOpenSSL PyYAML pytest
1717
- pip install git+https://github.com/ansible/ansible-lint.git
1818
- ansible --version
1919
- ansible-lint --version

0 commit comments

Comments
 (0)