-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deactivate Travis and run MacOs on GH actions #206
Conversation
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.
Don't forget to change the minimum python version it the pypi classifiers:
Line 63 in da4ed97
'Programming Language :: Python :: 3.7', |
The rest is looking good btw. |
Oh hang on, that's not the minimum version but all supported version. ...
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
... |
Btw, should we set the |
Codecov Report
@@ Coverage Diff @@
## master #206 +/- ##
==========================================
+ Coverage 81.77% 81.94% +0.16%
==========================================
Files 39 39
Lines 1855 1855
Branches 235 235
==========================================
+ Hits 1517 1520 +3
+ Misses 267 265 -2
+ Partials 71 70 -1
Continue to review full report at Codecov.
|
fix #205