Skip to content

Commit

Permalink
travis: switch to py3.5 sooner
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 4, 2015
1 parent fcb668f commit eaa317e
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,10 +4,10 @@
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 update -q conda
conda info -a
conda install conda-build jinja2
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
conda config --add channels https://conda.anaconda.org/m-labs/channel/dev

0 comments on commit eaa317e

Please sign in to comment.