From 334d85501af590310e529fc1da009f474612c40f Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Sat, 2 Dec 2017 22:41:54 -0500 Subject: [PATCH] Fix download link for df corrections --- .travis.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30174aeeb..932a84e8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ before_install: - export DISPLAY=:99.0 #For plotting tests, courtesy Ryan Varley - sh -e /etc/init.d/xvfb start $For plotting tests #Download corrections for some tests - - curl -O https://cloud.github.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz + - curl -O https://github.s3.amazonaws.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz - tar xvzf galpy-dfcorrections.tar.gz -C ./galpy/df_src/data/ # command to install dependencies install: diff --git a/README.rst b/README.rst index 8e124c742..5a896077c 100644 --- a/README.rst +++ b/README.rst @@ -136,5 +136,5 @@ corrections can be found `here `__ \[tar.gz archive\]. Install these by downloading them and unpacking them into the galpy/df_src/data directory before running the setup.py installation. E.g.:: - curl -O https://cloud.github.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz + curl -O https://github.s3.amazonaws.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz tar xvzf galpy-dfcorrections.tar.gz -C ./galpy/df_src/data/