mirror of https://github.com/m-labs/artiq.git
travis: yet another attempt at fixing py35 installation...
This commit is contained in:
parent
eaa317e08f
commit
3dfbceb5c6
|
@ -4,9 +4,9 @@
|
||||||
export PATH=$HOME/miniconda/bin:$PATH
|
export PATH=$HOME/miniconda/bin:$PATH
|
||||||
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
||||||
bash miniconda.sh -b -p $HOME/miniconda
|
bash miniconda.sh -b -p $HOME/miniconda
|
||||||
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
|
|
||||||
hash -r
|
hash -r
|
||||||
conda config --set always_yes yes --set changeps1 no
|
conda config --set always_yes yes --set changeps1 no
|
||||||
|
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
|
||||||
conda update -q conda
|
conda update -q conda
|
||||||
conda info -a
|
conda info -a
|
||||||
conda install conda-build jinja2
|
conda install conda-build jinja2
|
||||||
|
|
Loading…
Reference in New Issue