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

Migrate to GitHub Actions. #317

Merged
merged 31 commits into from
Dec 9, 2020
Merged

Migrate to GitHub Actions. #317

merged 31 commits into from
Dec 9, 2020

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Dec 8, 2020

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 2.7 and 3.4 because GitHub Actions doesn't fully support them. They're EOL anyway.

No more mention of Travis CI in the codebase:

$ git grep -i travis
$

TODO:

  • @jezdez to add JAZZBAND_RELEASE_KEY to the repo secrets.

@jezdez jezdez marked this pull request as draft December 8, 2020 18:39
@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@c48bd0e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #317   +/-   ##
=========================================
  Coverage          ?   64.86%           
=========================================
  Files             ?       17           
  Lines             ?      646           
  Branches          ?      105           
=========================================
  Hits              ?      419           
  Misses            ?      212           
  Partials          ?       15           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c48bd0e...bd61bbb. Read the comment docs.

@jezdez jezdez marked this pull request as ready for review December 8, 2020 21:18
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also add support and CI for Python 3.9?

setup.cfg Outdated Show resolved Hide resolved
setup.py Show resolved Hide resolved
jezdez and others added 3 commits December 9, 2020 09:30
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@jezdez jezdez merged commit bdf46b2 into master Dec 9, 2020
@jezdez jezdez deleted the gha branch December 9, 2020 09:16
@jezdez jezdez mentioned this pull request Dec 9, 2020
@jwhitlock
Copy link
Contributor

Thanks @jezdez and @hugovk!

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.

3 participants