mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
Update .travis.yml
This commit is contained in:
parent
1301737423
commit
9de8d862fd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,9 +28,9 @@ before_install:
|
||||||
echo "OS not supported yet";
|
echo "OS not supported yet";
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
- if [[ "PYTHON_VERSION" == "2.7" ]]; then
|
- if [[ $PYTHON_VERSION == "2.7" ]]; then
|
||||||
export MINICONDA=Miniconda;
|
export MINICONDA=Miniconda;
|
||||||
elif [[ "PYTHON_VERSION" -ge "3" ]]; then
|
elif [[ $PYTHON_VERSION == 3* ]]; then
|
||||||
export MINICONDA=Miniconda3;
|
export MINICONDA=Miniconda3;
|
||||||
else
|
else
|
||||||
echo "Could not find python version";
|
echo "Could not find python version";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue