mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Update .travis.yml
This commit is contained in:
parent
290d582d83
commit
34051f5d47
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ before_install:
|
|||
echo "Could not find python version";
|
||||
exit 1;
|
||||
fi;
|
||||
- if [! -d $HOME/download/]; then mkdir $HOME/download/; fi;
|
||||
- if [! -d $HOME/install/]; then mkdir $HOME/install/; fi;
|
||||
- export MINICONDA_FILE=$MINICONDA-latest-$OS-x86_64-$PYTHON_VERSION.sh
|
||||
- export MINCONDA_CACHE_FILE=$HOME/download/$MINICONDA_FILE
|
||||
- export MINICONDA_INSTALL=$HOME/install/$MINICONDA_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue