diff --git a/.travis.yml b/.travis.yml index 8c6ddd4900..d87f313cea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,9 @@ install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a - - conda create -q -c scitools -n test-environment python=$TRAVIS_PYTHON_VERSION scipy numpy freetype nose matplotlib bokeh pandas jupyter ipython=4.2.0 param iris xarray pyqt=4.11 + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy numpy freetype nose bokeh pandas jupyter ipython=4.2.0 param matplotlib=1.5.1 xarray - source activate test-environment + - conda install -c conda-forge -c scitools iris sip=4.18 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then conda install python=3.4.3; fi