mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
Update .travis.yml
This commit is contained in:
parent
e65d4b08b0
commit
8f1c92c453
1 changed files with 3 additions and 3 deletions
|
|
@ -43,10 +43,10 @@ before_install:
|
|||
echo "Could not find python version";
|
||||
exit 1;
|
||||
fi;
|
||||
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O miniconda.sh;
|
||||
chmod +x miniconda.sh;
|
||||
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O download/$MINICONDA-latest-$OS-x86_64.sh;
|
||||
chmod +x download/$MINICONDA-latest-$OS-x86_64.sh;
|
||||
rm -r $HOME/miniconda;
|
||||
./miniconda.sh -b -p $HOME/miniconda;
|
||||
./download/$MINICONDA-latest-$OS-x86_64.sh -b -p $HOME/miniconda;
|
||||
fi;
|
||||
- echo $PATH
|
||||
- ls $HOME/miniconda/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue