From 3dfbceb5c62afa908adf3a1117bde77c58aa9384 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:19:56 +0800 Subject: [PATCH] travis: yet another attempt at fixing py35 installation... --- .travis/get-anaconda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/get-anaconda.sh b/.travis/get-anaconda.sh index 2bdfb45e8..74b7e9221 100755 --- a/.travis/get-anaconda.sh +++ b/.travis/get-anaconda.sh @@ -4,9 +4,9 @@ export PATH=$HOME/miniconda/bin:$PATH wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh bash miniconda.sh -b -p $HOME/miniconda -conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION hash -r conda config --set always_yes yes --set changeps1 no +conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION conda update -q conda conda info -a conda install conda-build jinja2