Skip to content

Commit

Permalink
install astropy if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 2, 2015
1 parent ed11b46 commit 9eac2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install:
- easy_install --upgrade coveralls
- pip install codecov
- if $REQUIRES_PYNBODY; then pip install git+git://github.com/pynbody/pynbody.git; fi
- if $REQUIRES_PYNBODY; then pip install astropy; fi
- python setup.py build_ext --coverage --single_ext --inplace
- python setup.py develop --single_ext
script:
Expand Down

0 comments on commit 9eac2ad

Please sign in to comment.