Closed larrybradley closed 9 years ago
Will look into it, have been dealing with Travis/conda issues with some other packages.
Since today I'm getting this error in Gammapy, this is with matplotlib 1.4.3: https://travis-ci.org/gammapy/gammapy/jobs/66754236#L1854
It might be completely unrelated to the issue for photutils, but I can't reproduce the Gammapy sphinx build issue locally and photutils seems to be the only other Astropy affiliated package where the travis-ci build is currently broken, so that's how I found this issue: http://www.astropy.org/astropy-dashboard/status.html
I leave this open, but as the time being #275 provides a workaround.
Closing, as this is fixed now.
travis-ci
is currently failing for thenumpy 1.6
and1.7
tests because those particularconda
environments are installing an old version ofmatplotlib
,1.1.1
. The previoustravis-ci
run for those environments installedmatplotlib 1.3.1
, so it appears something changed withconda
. Does anyone know what changed recently (within the past two weeks)?