Skip to content

Commit

Permalink
dealing with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Oct 27, 2016
1 parent 2b801dd commit 50726ce
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 @@ -98,7 +98,7 @@ install:
# install since this ensures Numpy does not get automatically upgraded.
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION scipy; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION h5py; fi
- if [[ $SETUP_CMD != egg_info ]]; then $PIP_INSTALL pyyaml; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION pyyaml; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION matplotlib; fi

# DOCUMENTATION DEPENDENCIES
Expand Down

0 comments on commit 50726ce

Please sign in to comment.