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
00ef3f287c
commit
c87682ab61
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ before_install:
|
|||
else
|
||||
echo "OS not supported yet";
|
||||
exit 1;
|
||||
fi
|
||||
fi;
|
||||
if [[ $PYTHON_VERSION == "2.7" ]]; then
|
||||
export MINICONDA=Miniconda;
|
||||
elif [[ $PYTHON_VERSION == 3* ]]; then
|
||||
|
|
@ -40,7 +40,7 @@ before_install:
|
|||
else
|
||||
echo "Could not find python version";
|
||||
exit 1;
|
||||
fi
|
||||
fi;
|
||||
wget http://repo.continuum.io/miniconda/$MINICONDA-latest-$OS-x86_64.sh -O miniconda.sh;
|
||||
chmod +x miniconda.sh;
|
||||
./miniconda.sh -b -p $HOME/miniconda;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue