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

Support Python 3.6 #51

Merged
merged 2 commits into from
Feb 18, 2017
Merged

Support Python 3.6 #51

merged 2 commits into from
Feb 18, 2017

Conversation

jakirkham
Copy link
Owner

Officially add support and testing for Python 3.6.

Officially add support and testing for Python 3.6.
Apparently, for some reason yet to be determined, it appears that
`coveralls` cannot upload the results from `coverage` on Python 3.6. It
looks like `coverage` may not be able to read what it wrote :/. So here
we try to install Python 3.5 before uploading `coverage`'s results.
conda env update -n testenv --file environment_ci.yml;
conda list --full-name -n testenv openssl || conda install -y -n testenv openssl;
source activate testenv;
fi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of a hack, but we seemed to have issues getting coveralls to upload the results from coverage. The bug seems to be in coverage, but since it is such an old version I think we will just need to upgrade.

@jakirkham jakirkham merged commit c568f33 into master Feb 18, 2017
@jakirkham jakirkham deleted the py36 branch February 18, 2017 02:03
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.

None yet

1 participant