-
Notifications
You must be signed in to change notification settings - Fork 179
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
Replace Travis-CI with GitHub actions #484
Conversation
Codecov Report
@@ Coverage Diff @@
## master #484 +/- ##
==========================================
- Coverage 98.18% 98.16% -0.02%
==========================================
Files 104 104
Lines 5123 5125 +2
==========================================
+ Hits 5030 5031 +1
- Misses 93 94 +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.
LGTM 👍
Fixes #268 and #483
Removes Travis CI and adds GH actions instead.
Note: pip-compile insists on including
typed-ast
which is not supported for Python 3.8 and outright crashes installation on Python 3.9, hence the separate dev deps file for python 3.9.Maybe we should drop Mypy/pylint/black from dev deps and install it only on CI step?