Because of lfs data limits, Travis cannot download the fits files from the pointer files.
However, the Docker nosetests run fine from a local Docker image:
docker run transientskp/pyse nosetests3 --with-coverage --cover-package=sourcefinderdocker run transientskp/pyse pyse --detection 5 --radius 400 --csv --force-beam test/data/GRB120422A-120429.fits
So, perhaps next month Travis will be able to download FITS files.
Because of lfs data limits, Travis cannot download the fits files from the pointer files.
However, the Docker nosetests run fine from a local Docker image:
docker run transientskp/pyse nosetests3 --with-coverage --cover-package=sourcefinder
docker run transientskp/pyse pyse --detection 5 --radius 400 --csv --force-beam test/data/GRB120422A-120429.fits
So, perhaps next month Travis will be able to download FITS files.
For now, this can be merged.