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

Ensure CI and PyPI Python versions match #151

Merged
merged 1 commit into from Mar 18, 2019
Merged

Ensure CI and PyPI Python versions match #151

merged 1 commit into from Mar 18, 2019

Commits on Mar 1, 2019

  1. Ensure CI and PyPI Python versions match

    The classifiers list in `setup.py` mentions support for Python 3.4 and
    yet the CI on Travis doesn't run the tests on that version which means
    that we can't be certain that the package works correctly on the
    declared version.
    
    To fix this discrepancy, this change makes the Python versions used
    during CI match up with the Python versions declared in the classifiers
    list.
    c-w committed Mar 1, 2019
    Copy the full SHA
    fd1153a View commit details
    Browse the repository at this point in the history