forked from M-Labs/artiq
1
0
Fork 0

travis: yet another attempt at fixing py35 installation (4)...

This commit is contained in:
Sebastien Bourdeauducq 2015-10-04 23:33:50 +08:00
parent 0279e2110a
commit 322cf54aeb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>
export PATH=$HOME/miniconda/bin:$PATH
@ -7,7 +7,7 @@ bash miniconda.sh -b -p $HOME/miniconda
hash -r
conda config --set always_yes yes --set changeps1 no
conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION
. $HOME/miniconda/bin/activate py35
source $HOME/miniconda/bin/activate py35
conda update -q conda
conda info -a
conda install conda-build jinja2