diff --git a/.travis.yml b/.travis.yml index 0a3434f208..a8a75a47c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ 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 numpy freetype nose bokeh=0.12.3 pandas jupyter ipython=4.2.0 param pyqt=4 matplotlib=1.5.1 xarray datashader dask=0.13 + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.18.1 numpy freetype nose bokeh=0.12.3 pandas jupyter ipython=4.2.0 param pyqt=4 matplotlib=1.5.1 xarray datashader dask=0.13 - source activate test-environment - conda install -c conda-forge -c scitools iris sip=4.18 plotly flexx - if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then