mirror of https://github.com/m-labs/artiq.git
travis: yet another attempt at fixing py35 installation (2)...
This commit is contained in:
parent
3dfbceb5c6
commit
8db4d7a5f9
|
@ -7,6 +7,7 @@ bash miniconda.sh -b -p $HOME/miniconda
|
||||||
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 create -q -n py35 python=$TRAVIS_PYTHON_VERSION
|
||||||
|
source $HOME/miniconda/bin/activate py35
|
||||||
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