From 0279e2110aef3d9cbbd0e1e0c1b04d8a5d144634 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:29:01 +0800 Subject: [PATCH] travis: yet another attempt at fixing py35 installation (3)... --- .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 e214bbad3..7c77a4607 100755 --- a/.travis/get-anaconda.sh +++ b/.travis/get-anaconda.sh @@ -7,7 +7,7 @@ bash miniconda.sh -b -p $HOME/miniconda hash -r conda config --set always_yes yes --set changeps1 no conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION -source $HOME/miniconda/bin/activate py35 +. $HOME/miniconda/bin/activate py35 conda update -q conda conda info -a conda install conda-build jinja2