willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Python 2 3 support #80

Closed willprice closed 7 years ago

willprice commented 7 years ago

Description

Add Python 3 support (whilst maintaining Python 2 compatibility)

Todo

codecov-io commented 7 years ago

Codecov Report

Merging #80 into develop will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #80     +/-   ##
=========================================
+ Coverage    83.39%   83.7%   +0.3%     
=========================================
  Files            3       3             
  Lines          265     270      +5     
  Branches        14      15      +1     
=========================================
+ Hits           221     226      +5     
  Misses          39      39             
  Partials         5       5
Impacted Files Coverage Δ
omxplayer/player.py 85.16% <100%> (+0.36%) :arrow_up:

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 280b32f...3a6ecad. Read the comment docs.