Skip to content

Commit

Permalink
travis: yet another attempt at fixing py35 installation (3)...
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 4, 2015
1 parent 8db4d7a commit 0279e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/get-anaconda.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0279e21

Please sign in to comment.