Skip to content

Update language support tests and docs #165

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

Merged
merged 2 commits into from
Dec 29, 2016

Conversation

JordonPhillips
Copy link
Contributor

Adds python 3.6 the tox configuration and adds python 3.5 & 3.6 to
the language classifiers and travis configuration.

Resolves #164

cc @kyleknap @jamesls @dstufft @stealthycoin

Adds python 3.6 the tox configuration and adds python 3.5 & 3.6 to
the language classifiers and travis configuration.
@JordonPhillips
Copy link
Contributor Author

Looks like I'm going to have to mess around with this a bit to get it to work beyond python 3.4

@dstufft
Copy link

dstufft commented Dec 29, 2016

Oh, it's because you don't have the python: lines in .travis.yml.

@dstufft
Copy link

dstufft commented Dec 29, 2016

These things: https://github.com/boto/boto3/blob/develop/.travis.yml#L2-L8, because Travis only preloads some Pythons not all of them for a variety of reasons, and they download the rest on demand when the language selector picks it. You can do something like https://github.com/pypa/pip/blob/master/.travis.yml#L4-L33 to get the TOXENV variable set along with the python version, or you need a script that will set it correctly.

This is needed to support python versions beyond 3.4
@JordonPhillips
Copy link
Contributor Author

Looks like that did the trick!

@JordonPhillips JordonPhillips merged commit b9975fa into awslabs:master Dec 29, 2016
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.

2 participants