Skip to content

Commit

Permalink
travis: yet another attempt at fixing py35 installation...
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 eaa317e commit 3dfbceb
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
@@ -4,9 +4,9 @@
export PATH=$HOME/miniconda/bin:$PATH
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
hash -r
conda config --set always_yes yes --set changeps1 no
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
conda update -q conda
conda info -a
conda install conda-build jinja2

0 comments on commit 3dfbceb

Please sign in to comment.