diff --git a/.travis.yml b/.travis.yml index e48d85076..8ec9edec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,6 @@ install: # conda for packages available through conda, or pip for any other # 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 == true ]]; then $PIP_INSTALL healpy; fi # DOCUMENTATION DEPENDENCIES