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

Enhance Python 3.x testing support #155

Merged
merged 2 commits into from
Dec 27, 2016
Merged

Commits on Dec 27, 2016

  1. Ensure testing with CPython 3.5

    CPython 3.5.0 was released on September 13th, 2015.
    Echelon9 committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    aff8773 View commit details
    Browse the repository at this point in the history
  2. Add test support for pre-release CPython

    Despite allowing failures on these CPython platforms, test each
    with continuous integration to surface potential issues.
    
    Based upon https://docs.travis-ci.com/user/languages/python/
    Echelon9 committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    492a57c View commit details
    Browse the repository at this point in the history