AdvancedPhotonSource / xdesign

Tools for designing x-ray phantoms and experiments.
https://xdesign.readthedocs.io
Other
24 stars 16 forks source link

Polytope #27

Closed carterbox closed 7 years ago

carterbox commented 7 years ago

@dgursoy, the Travis CI build fails because wget cannot successfully download the conda installation script. One way to fix the problem, which I have implemented, is upgrading the build environment to Trusty Tahr. Trusty comes with a more recent version of wget, and that solves the failed downloads problem. However, this also means that we can no longer take advantage of container builds because the Trusty images are still in beta. Tried updating the version of wget for Precise, but the most recent version you can get is 1.13. Tahr has 1.15.

dgursoy commented 7 years ago

Do you want me to go over the code or should I just accept the PR?

carterbox commented 7 years ago

I'd like you to investigate why the Travis Build was failing. As far as I can see, the setup for tomopy's Travis Builds is the same, but there was no failure downloading conda.

dgursoy commented 7 years ago

I'd say we use it right now, but check in the future if Travis works as expected.