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

Merge python3 into master for CI and Python3 compatibility #6

Merged
merged 7 commits into from
Mar 8, 2018

Conversation

RedFantom
Copy link
Owner

Responding to the concerns raised in #5, it seems appropriate to port the library over to Python 3. As I was working on it, I also thought that adding CI would be a good idea.

Note that also various PEP-8 violations were fixed, including those in the naming of the keyword arguments. The keyword arguments are now using _ instead of CamelCase.

The tests failed under CI, even though they succeeded on Python 3.6 Ubuntu. The methods were not properly swapped because of the added if-statement.
The coverage reports are not accurate if not all platforms and all environments are considered.
@RedFantom RedFantom self-assigned this Mar 8, 2018
@codecov-io
Copy link

codecov-io commented Mar 8, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@f358132). Click here to learn what that means.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage          ?   91.66%           
=========================================
  Files             ?        2           
  Lines             ?       72           
  Branches          ?        0           
=========================================
  Hits              ?       66           
  Misses            ?        6           
  Partials          ?        0
Impacted Files Coverage Δ
mttkinter/__init__.py 100% <100%> (ø)
mttkinter/mtTkinter.py 91.54% <90.24%> (ø)

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 f358132...f74e185. Read the comment docs.

@RedFantom RedFantom merged commit d2c1057 into master Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants