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

Conversation

c-w
Copy link
Contributor

@c-w c-w commented Mar 1, 2019

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.

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.
@SergeyKanzhelev SergeyKanzhelev merged commit 8f5bfb9 into microsoft:develop Mar 18, 2019
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