Closed larrybradley closed 9 years ago
I'm getting the same error in Gammapy: https://travis-ci.org/gammapy/gammapy/jobs/43580144
@larrybradley @astrofrog @Cadair Any idea how to fix this or where we need to complain to get this fixed?
I'm trying c9d950be491ae6d51be1f9e0a4c1132618733b4b out:
https://travis-ci.org/astropy/photutils/builds/43581494
Let's see how that goes.
Always update your apts! Hopefully that will sort it.
Seems to work, will add it to Astropy too
c9d950b also solved the issue for Gammapy: https://travis-ci.org/gammapy/gammapy/builds/43596376
I guess we should update the .travis.yml
files for all affiliated packages to spare others from having to figure this out?
travis-ci
is currently failing becauseapt-get
is not finding graphviz: https://travis-ci.org/astropy/photutils/jobs/43556019#L211It's looking for http://security.ubuntu.com/ubuntu/pool/main/g/graphviz/graphviz_2.26.3-10ubuntu1.1_amd64.deb (which doesn't exist). It appears that
graphviz
was updated today (2014-12-09) tographviz_2.26.3-10ubuntu1.2_amd64.deb
. I don't think there anything we can do to fix this except wait for the package index to be updated(?). I'll restart the test again tomorrow.