Open lspitler opened 4 years ago
Probably need to modify travis files to better match current version used by astropy, e.g.: https://github.com/astropy/astropy/blob/master/.travis.yml https://github.com/astropy/package-template/blob/cookiecutter/.travis.yml
Alight the tests seem to pass without a need for changes in #39 . I created a fresh conda environment to test things and then ran:
cd gunagala_src_dir
git clean -xdf
pip install tox
tox -e test
Making this non-draft and ready for someone else to test and review.
Now using astropy cookie cutter version, hopefully.
A few lingering issues. Will link relevant commits here:
Will submit PR now as draft until @AnthonyHorton tests thoroughly. Let's see if travis works...
Test using astropy's preferred automation helper via:
tox -e test