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

Use GitHub actions instead of Travis #39

Merged
merged 4 commits into from Dec 15, 2020
Merged

Use GitHub actions instead of Travis #39

merged 4 commits into from Dec 15, 2020

Conversation

thisac
Copy link
Contributor

@thisac thisac commented Dec 14, 2020

Travis has stopped running tests due to the removal of free minutes. Thus, we move our CI tests to GitHub actions, as we've already done for several other repositories.

@thisac thisac requested a review from josh146 December 15, 2020 00:11
@thisac thisac self-assigned this Dec 15, 2020
@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #39 (19a81bd) into master (064c97e) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   97.02%   97.07%   +0.05%     
==========================================
  Files          12       12              
  Lines        1849     1849              
==========================================
+ Hits         1794     1795       +1     
+ Misses         55       54       -1     
Impacted Files Coverage Δ
blackbird_python/blackbird/tests/test_listener.py 100.00% <0.00%> (+0.30%) ⬆️

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 064c97e...19a81bd. Read the comment docs.

Copy link
Contributor

@antalszava antalszava 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! 💯

config:
- {python-version: 3.5}
- {python-version: 3.6}
- {python-version: 3.7}
Copy link
Contributor

Choose a reason for hiding this comment

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

Does bb support Python 3.8?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Officially, no, but in practice, I'm pretty sure it should. I'm going to attempt to add support for both 3.8 and 3.9. 🙂

@thisac thisac merged commit 68fc55c into master Dec 15, 2020
@thisac thisac deleted the remove-travis branch December 15, 2020 16:33
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.

None yet

2 participants