I have written an sort of experimental package for Sage and I am currently 
using TravisCI to run my tests. Since TravisCI doesn't have an installation 
of Sage I decided to make downloading it a step in the travis.yml config, 
in particular, during the before_install step:

wget 
http://mirrors.mit.edu/sage/linux/64bit/sage-7.0-Ubuntu_12.04-x86_64.tar.bz2

However, with the release of sage-7.1 this link appears to be broken. At 
least, TravisCI reported failure on this step of the automated testing.

My question is: is there are better way to obtain a particular version or, 
at least, the most recent version of Sage or do I have to update my 
travis.yml script every time a new version of Sage comes out? Thanks in 
advance for any help on the matter.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to