Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix when using int or string in python_versions: ["3.6"] #14

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

AlbanAndrieu
Copy link
Contributor

@AlbanAndrieu AlbanAndrieu commented Oct 3, 2018

Fix when using int instead of string

For instance
python_versions: [3.5, 3.6]
python_versions: ["3.5", "3.6"]

Tested with:

`
hosts: RedHat-7*:RedHat-6*:RedHat-5*:CentOS-7*:CentOS-6*:Ubuntu-12*:Ubuntu-13*:Ubuntu-14*:Ubuntu-16*:Ubuntu-18*

vars:
python_versions: [2.7, 3.5]
python_versions: [3, 3.6]
python_versions: [2]
python_versions: ["3.5"]
python_versions: ["3.6"]
`


This change is Reviewable

@AlbanAndrieu
Copy link
Contributor Author

Please note that I have ignore issue on distutils

After in another pull request, I would like to install molecule at least locally (if not for .travis).
I would to test it on Ubuntu AND CentOs in order to capture regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant