earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Automated deployment to pypi and rtd build #22

Closed lwasser closed 5 years ago

lwasser commented 5 years ago

In theory this begins to address: https://github.com/earthlab/matplotcheck/issues/12 . currently running into some RTD issues with the certifi package via folium. Will likely merge this PR as it does add pytest and bump version and will work on the envt issues independently.

codecov[bot] commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   13.73%   13.92%   +0.19%     
==========================================
  Files           8        8              
  Lines         801      790      -11     
==========================================
  Hits          110      110              
+ Misses        691      680      -11
Impacted Files Coverage Δ
matplotcheck/folium.py 0% <ø> (ø) :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 774da81...0d5362c. Read the comment docs.