Skip to content

Commit

Permalink
travis: yet another attempt at fixing py35 installation (2)...
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 4, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nomadium Miguel Landaeta
1 parent 3dfbceb commit 8db4d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/get-anaconda.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8db4d7a

Please sign in to comment.