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