Skip to content

Commit

Permalink
Use pip to install astropy==4.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 22, 2020
1 parent db54805 commit 10b2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -79,7 +79,7 @@ install:
- if [[ $TEST_FILES != 'tests/test_evolveddiskdf.py tests/test_jeans.py' ]]; then git checkout galpy; fi
- if [[ $TEST_FILES != 'tests/test_evolveddiskdf.py tests/test_jeans.py' ]]; then cd -; fi
- if $REQUIRES_ASTROPY && [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then conda install astropy --no-deps; fi
- if $REQUIRES_ASTROPY && [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then conda install astropy==4.1rc2 --no-deps; fi
- if $REQUIRES_ASTROPY && [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then pip install astropy==4.1rc2 --no-deps; fi
- if $REQUIRES_ASTROQUERY && [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install astroquery==0.4; fi
- if $REQUIRES_ASTROQUERY && [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then pip install astroquery; fi
- if $REQUIRES_ASTROQUERY && [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install "pytest>=4.6.2"; fi
Expand Down

0 comments on commit 10b2ab1

Please sign in to comment.