Skip to content

Commit

Permalink
Merge branch 'aaisoinv' into spherisoinv
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 4, 2017
2 parents c3ac9c1 + b89e52f commit 0306993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -136,5 +136,5 @@ corrections can be found `here
<http://github.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz>`__
\[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/

0 comments on commit 0306993

Please sign in to comment.