-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
Codecov Report
@@ 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
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.
Looks good to me! 💯
config: | ||
- {python-version: 3.5} | ||
- {python-version: 3.6} | ||
- {python-version: 3.7} |
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.
Does bb support Python 3.8?
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.
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. 🙂
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.