mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update .travis.yml
This commit is contained in:
parent
9e3f23862f
commit
fecac048cf
1 changed files with 3 additions and 0 deletions
|
|
@ -48,9 +48,12 @@ before_install:
|
|||
./miniconda.sh -b -p $HOME/miniconda;
|
||||
fi;
|
||||
- export PATH="$HOME/miniconda/bin:$PATH";
|
||||
- echo $PATH
|
||||
- ls $HOME/miniconda/bin
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- echo $CONDA_CACHED
|
||||
- if [[ $CONDA_CACHED == 0 ]]; then
|
||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue