travis: yet another attempt at fixing py35 installation (2)...

This commit is contained in:
Sebastien Bourdeauducq 2015-10-04 23:25:02 +08:00
parent 3dfbceb5c6
commit 8db4d7a5f9
1 changed files with 1 additions and 0 deletions

View File

@ -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