-
Notifications
You must be signed in to change notification settings - Fork 723
Update Travis CI matrix for testing #744
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
Conversation
This is only supported on Xenial builds, so let's see if anything depended on Trusty builds.
The rest appear to be supported out of the box on Xenial.
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
=======================================
Coverage 85.04% 85.04%
=======================================
Files 35 35
Lines 1157 1157
Branches 172 172
=======================================
Hits 984 984
Misses 90 90
Partials 83 83 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
=======================================
Coverage 85.04% 85.04%
=======================================
Files 35 35
Lines 1157 1157
Branches 172 172
=======================================
Hits 984 984
Misses 90 90
Partials 83 83 Continue to review full report at Codecov.
|
Also, pytest is required despite the fact that it's not being used as the test runner?
This removes Python 3.2 and Python 3.3 from the Trove classifiers for the project, so they no longer show up on PyPI as supported versions. This matches the versions tested in Travis CI as well as the versions stated in the README. This removes the requirement handling for Python 3.0 and Python 3.1, which haven't been supported for quite some time. This also blocks installation of the package of the older versions of Python that are no longer supported, so Pip won't even attempt to install it.
This is requird in order to test the package, but it should not be required in order to execute the package itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase against the v4
branch. This repo is a little different and we don't merge PRs into master
. Thanks!
@misterdorm I'll rebase this branch in the future (next time I'm working on these PRs), but I have some questions about how this repo works.
|
Because mumbles I've opened a new PR against the |
Fixes
Checklist
Short description of what this PR does: