Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 7, 2015
1 parent 0182960 commit 0a7c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ install:
# packages. You should leave the `numpy=$NUMPY_VERSION` in the `conda`
# install since this ensures Numpy does not get automatically upgraded.
# - if [[ $OPTIONAL_DEPS ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION ... ; fi
- if [[ $OPTIONAL_DEPS ]]; then $PIP_INSTALL healpy; fi
- if [[ $OPTIONAL_DEPS == true ]]; then $PIP_INSTALL healpy; fi

# DOCUMENTATION DEPENDENCIES
# build_sphinx needs sphinx and matplotlib (for plot_directive). Note that
Expand Down

0 comments on commit 0a7c33b

Please sign in to comment.