From eaa317e08f635206f592f0c4984a98d689394825 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:16:40 +0800 Subject: [PATCH] travis: switch to py3.5 sooner --- .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 790a723ad..2bdfb45e8 100755 --- a/.travis/get-anaconda.sh +++ b/.travis/get-anaconda.sh @@ -4,10 +4,10 @@ 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 update -q conda conda info -a conda install conda-build jinja2 -conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION conda config --add channels https://conda.anaconda.org/m-labs/channel/dev