Skip to content

Commit

Permalink
Test with IPython 4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 28, 2015
1 parent 3933a4c commit 7b150ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- PIP_ARGS=""
- PYTEST_ARGS="--cov glue"
- NUMPY_VER=1.9
- IPYTHON_VER=2
- IPYTHON_VER=4
- NO_CFG_FILES=false
- CONDA_DEPS="pip scipy cython h5py pygments pyzmq scikit-image pandas sphinx=1.2.3 xlrd pillow pytest mock coverage pyyaml requests sphinx_rtd_theme"
- PIP_BASE="pytest-cov coveralls pyavm astrodendro awscli"
Expand Down Expand Up @@ -116,6 +116,7 @@ install:
- if [[ $ASTRO_VER == dev ]]; then pip install -e git+git://github.com/astropy/astropy.git#egg=astropy; fi
- if [[ $ASTRO_VER != dev && $ASTRO_VER != None ]]; then conda install $CONDA_ARGS $CONDA_BASE numpy=$NUMPY_VER astropy=$ASTRO_VER; fi
- if [[ $IPYTHON_VER != None ]]; then conda install $CONDA_ARGS $CONDA_BASE IPython=$IPYTHON_VER; fi
- if [[ $IPYTHON_VER == 4 ]]; then conda install $CONDA_ARGS $CONDA_BASE qtconsole ipykernel; fi

# For now we also install astropy_helpers because setup_requires has a bug
# that means it generates PEP440 warnings for the astropy_helpers version
Expand Down

0 comments on commit 7b150ac

Please sign in to comment.