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

Switch CI from Travis to GitHub actions #20

Merged
merged 20 commits into from
Oct 18, 2019
Merged

Conversation

felddy
Copy link
Member

@felddy felddy commented Oct 17, 2019

Switch from using Travis for CI, to GitHub actions.

Just a few notes for additional work:

There is still some work to be done with regards to detecting releases and the associated pytests.

It would be something like this:

  if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

See: https://github.com/pypa/gh-action-pypi-publish

@felddy felddy self-assigned this Oct 17, 2019
Copy link
Member

@jsf9k jsf9k left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

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

I'm digging these changes and the extra headroom we'll get in concurrent checks with the migration. LGTM 👍

@felddy felddy merged commit fae7694 into develop Oct 18, 2019
@felddy felddy deleted the improvement/actions branch October 18, 2019 00:42
felddy added a commit that referenced this pull request Nov 15, 2019
Replace Travis-CI with GitHub actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants