-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Migrate to GitHub Actions. #703
Conversation
Codecov Report
@@ Coverage Diff @@
## master #703 +/- ##
==========================================
- Coverage 94.67% 91.43% -3.25%
==========================================
Files 3 3
Lines 432 432
Branches 78 78
==========================================
- Hits 409 395 -14
- Misses 14 23 +9
- Partials 9 14 +5
Continue to review full report at Codecov.
|
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.
Thanks!
The dropping of Python 3.5 support should be added to the CHANGELOG.rst
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.
🎈
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.
A few suggestions on the tox.ini configuration.
Co-authored-by: Aleksi Häkli <aleksi.hakli@iki.fi>
Co-authored-by: Aleksi Häkli <aleksi.hakli@iki.fi>
Co-authored-by: Aleksi Häkli <aleksi.hakli@iki.fi>
Thanks all for the reviews! 😍 |
Travis CI has a new pricing model which places limits on open source.
Many projects are moving to GitHub Actions instead, including Jazzband projects:
This is based on jazzband/contextlib2#26.
It drops support for Python 3.5 because it's EOL.
Python 3.9 support is also added.
TODO:
JAZZBAND_RELEASE_KEY
to the repo secrets.