Skip to content

Commit

Permalink
use development version of spectral cube
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Aug 15, 2014
1 parent 1d4b90c commit 2082bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -92,7 +92,7 @@ install:
# packages. You should leave the `numpy=$NUMPY_VERSION` in the `conda`
# install since this ensures Numpy does not get automatically upgraded.
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION matplotlib scipy ; fi
- if [[ $SETUP_CMD != egg_info ]]; then $PIP_INSTALL spectral-cube; fi
- if [[ $SETUP_CMD != egg_info ]]; then $PIP_INSTALL git+http://github.com/radio-astro-tools/spectral-cube.git#egg=spectral-cube; fi

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

0 comments on commit 2082bcd

Please sign in to comment.