Skip to content

Commit

Permalink
install healpy with pip not conda
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Sep 21, 2018
1 parent 9da25e0 commit 3311ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ env:
# These packages will only be installed for documentation builds.
# - CONDA_SPHINX_DEPENDENCIES="scipy pyyaml sphinx==1.5"
# These packages will only be installed if we really need them.
- CONDA_ALL_DEPENDENCIES="scipy matplotlib coverage pyyaml healpy numba"
- CONDA_ALL_DEPENDENCIES="scipy matplotlib coverage pyyaml numba"
# These packages will always be installed.
- PIP_DEPENDENCIES=""
# These packages will only be installed if we really need them.
- PIP_ALL_DEPENDENCIES="speclite==${SPECLITE_VERSION} coveralls fitsio"
- PIP_ALL_DEPENDENCIES="speclite==${SPECLITE_VERSION} coveralls fitsio healpy"
# - PIP_ALL_DEPENDENCIES="speclite coveralls fitsio"
- PIP_ALL_DEPENDENCIES="coveralls fitsio"
# These pip packages need to be installed in a certain order, so we
Expand Down

0 comments on commit 3311ba2

Please sign in to comment.