forked from M-Labs/artiq
travis: switch to py3.5 sooner
This commit is contained in:
parent
fcb668f465
commit
eaa317e08f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue