Skip to content

Commit

Permalink
Merge pull request #126 from pcarney8/fix-ansible-molecule-testinfra-…
Browse files Browse the repository at this point in the history
…version

update testinfra module to higher so it works with 2.8
  • Loading branch information
etsauer authored May 30, 2019
2 parents fa03a47 + 414e669 commit 8bb090f
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 @@ -25,7 +25,7 @@ before_install:
install:
- pip install -U pip
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible; else pip install ansible~=$ANSIBLE_VERSION; fi
- pip install "ansible-lint<4.0" yamllint flake8 molecule docker "pytest<3.10"
- pip install "ansible-lint<4.0" yamllint flake8 molecule docker "pytest<3.10" "testinfra==3.0.4"
# Configure OpenShift Binary
- sudo wget -qO- ${OC_BINARY_URL} | sudo tar -xvz -C /bin

Expand Down

0 comments on commit 8bb090f

Please sign in to comment.