From e0585ee3f2579a09ec070aa1b87e16e980091b6a Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Sat, 10 Feb 2018 15:39:49 +0000 Subject: [PATCH] Bumped tested matplotlib version to latest --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f42567b4f..287d2d6f95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,9 @@ 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 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 matplotlib=2.1.2 xarray - source activate test-environment - - conda install -c conda-forge iris sip=4.18 plotly flexx --quiet + - conda install -c conda-forge iris plotly flexx --quiet - conda install -c bokeh datashader dask=0.13 bokeh=0.12.10 selenium - if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then conda install python=3.4.3;