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

testing interactive installation #108

Closed lwasser closed 5 years ago

lwasser commented 5 years ago

This should fix the issue with appveyor failing on ALL tests. Essentially by installing earthpy interactively with pip we can avoid dependency installs which is what was causing the issues with things breaking.

lwasser commented 5 years ago

@ryla5068 please update your branches from master. i think this should fix all of our issues (fingers crossed) with appveyor! but let's test it out.