From d8388b65d0cf2fa1c557916ad21f87d1205115e8 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Fri, 23 Sep 2016 04:17:05 +0100 Subject: [PATCH] Pinned the SIP version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c6ddd4900..fc54bbe9d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ 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 -c conda-forge -c scitools -n test-environment python=$TRAVIS_PYTHON_VERSION scipy numpy freetype nose matplotlib bokeh pandas jupyter ipython=4.2.0 param iris xarray sip=4.18 - source activate test-environment - if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then conda install python=3.4.3;