Managing tests in the .travis.yml is becoming a pain. Instead I think we should manage our installs and test running with shell scripts.
This would also be a good opportunity to set up some leveled testing with a --full option that uses hdf5 and matplotlib, since these can be annoying and unnecessary to test locally.
Managing tests in the
.travis.ymlis becoming a pain. Instead I think we should manage our installs and test running with shell scripts.This would also be a good opportunity to set up some leveled testing with a
--fulloption that useshdf5andmatplotlib, since these can be annoying and unnecessary to test locally.