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

Test on python 3.5 and 3.6 on travis #101

Closed willprice closed 6 years ago

willprice commented 6 years ago

Python 3.5 and 3.6 testing on travis.

This has been a ballache due to dbus-python being exceptionally difficult to install under a virtual environment due to issues in python-config.

Another project, secretstorage has worked around these issues here

codecov-io commented 6 years ago

Codecov Report

Merging #101 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   78.64%   78.64%           
=======================================
  Files           4        4           
  Lines         398      398           
  Branches       22       22           
=======================================
  Hits          313      313           
  Misses         76       76           
  Partials        9        9

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 4dc3c7f...186dfe9. Read the comment docs.