-
Notifications
You must be signed in to change notification settings - Fork 0
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
Better os compatibility #21
Conversation
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 10 10
Lines 635 635
=======================================
Hits 624 624
Misses 11 11 ☔ View full report in Codecov by Sentry. |
Okay, I now have working tests on windows, mac and linux. Hopefully the windows pip install should be fixed too (I was having issues with the function that parses the readme in Having some issues on mac and windows with tkinter. |
Hmm going to move tkinter setup to a separate issue since it looks complicated! |
Resolving #8 and some install issues on Windows hopefully. Also adding tests for the different OS.