-
Notifications
You must be signed in to change notification settings - Fork 3
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
CI migration #5
Comments
Hi! In reply to #1 (comment), I would like to summarize what I see in the existing CI files linked above:
I suggest to:
I'd like to add a personal vote for dropping Python 2.7 and 3.5 because of end-of-life. PS: Here's the low-level bits for a handmade coveralls integration: https://github.com/asyncee/django-easy-select2/blob/f261c5b75145ed5203c500fd5b2fef177ec91d47/tox.ini#L34-L45 (with tox around, but that can be ignored) |
@hartwork sorry I missed this 😊
|
@davetapley cool!
Not sure about trouble but surely cost, both CI and human: Everything before 3.7 is dead: https://endoflife.date/python |
Hey @davetapley, how are you getting on with this? |
@djjudas21 haven't even started, but I can make time to merge PRs! |
I've had a crack at porting to GitHub Actions in #7 |
Appveyor
Inherited
https://github.com/JEFuller/Piexif/blob/3422fbe7a12c3ebcc90532d8e1f4e3be32ece80c/appveyor.yml
https://ci.appveyor.com/project/hMatoba/piexif/history
Last pass Nov 2020: https://ci.appveyor.com/project/hMatoba/piexif/builds/36156177
Migration
Moved to https://ci.appveyor.com/project/davetapley/piexif
Travis
Inherited
https://github.com/hMatoba/Piexif/blob/3422fbe7a12c3ebcc90532d8e1f4e3be32ece80c/.travis.yml
No history: https://app.travis-ci.com/github/hMatoba/Piexif/builds
Migration
Moved to https://app.travis-ci.com/github/JEFuller/Piexif
But:
awaiting response from Support [email protected]awaiting OSS build credits from Support [email protected]
Able to trigger build but lots of failures ❌
Coveralls
https://coveralls.io/github/hMatoba/Piexif
Last build Nov 2020: https://coveralls.io/builds/34747634
Triggered from:
Piexif/.travis.yml
Lines 22 to 23 in 3422fbe
Not not sure how when no Travis history 🤔
The text was updated successfully, but these errors were encountered: