Skip to content

Commit

Permalink
Graph support (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Sep 20, 2017
1 parent 59aa187 commit ab67026
Show file tree
Hide file tree
Showing 24 changed files with 4,574 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -27,10 +27,10 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.18.1 numpy freetype nose bokeh=0.12.5 pandas=0.19.2 jupyter ipython=4.2.0 param pyqt=4 matplotlib=1.5.1 xarray
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.18.1 numpy freetype nose pandas=0.19.2 jupyter ipython=4.2.0 param pyqt=4 matplotlib=1.5.1 xarray
- source activate test-environment
- conda install -c conda-forge iris sip=4.18 plotly flexx
- conda install -c bokeh datashader dask=0.13
- conda install -c bokeh datashader dask=0.13 bokeh=0.12.9 selenium
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
fi
Expand Down

0 comments on commit ab67026

Please sign in to comment.