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

Move from Travis / Appeveyor to GitHub actions #369

Closed nkorinek closed 3 years ago

nkorinek commented 3 years ago

Copying changes made to earthpy in this pr https://github.com/earthlab/earthpy/pull/631/files to make this repo run on github actions, install with pypi, and run code-cov. Hopefully everything goes through. @lwasser I believe you told me to tell you to delete appveyor from matplotcheck when this pr was opened, so there ya go! I think the secrets also need to be added? But hopefully everything else is good to go!

nkorinek commented 3 years ago

@lwasser passing!

lwasser commented 3 years ago

great @nkorinek thank you! i'll have a look but yes we want to delete all of the old TRAVIS stuff too!!

lwasser commented 3 years ago

this looks good. i j ust added the secrets!