From 8db4d7a5f9a0dccba9a331a2fbe65df322a8c3c5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:25:02 +0800 Subject: [PATCH] travis: yet another attempt at fixing py35 installation (2)... --- .travis/get-anaconda.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/get-anaconda.sh b/.travis/get-anaconda.sh index 74b7e9221..e214bbad3 100755 --- a/.travis/get-anaconda.sh +++ b/.travis/get-anaconda.sh @@ -7,6 +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 conda update -q conda conda info -a conda install conda-build jinja2