redhat-cop / openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
Apache License 2.0
102 stars 61 forks source link

Run molecule tests against multiple versions of ansible #109

Closed tylerauerbeck closed 5 years ago

tylerauerbeck commented 5 years ago

What does this PR do?

This PR modifies .travis.yml to be able to support testing against multiple versions of Ansible. Currently I've only specified latest and the two last major versions. We could look at supporting more / less depending on any requirements we might have.

How should this be tested?

Start a travis build and watch it test against each versions of ansible that we've specified on each version of python.

Is there a relevant Issue open for this?

requires #107 to be merged first

resolves #99

Who would you like to review this?

cc: @redhat-cop/openshift-applier

tylerauerbeck commented 5 years ago

Collapsing this down into #107