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
953e414592
commit
1301737423
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ before_install:
|
|||
exit 1;
|
||||
fi
|
||||
- if [[ "PYTHON_VERSION" == "2.7" ]]; then
|
||||
export MINICONDA=Miniconda
|
||||
export MINICONDA=Miniconda;
|
||||
elif [[ "PYTHON_VERSION" -ge "3" ]]; then
|
||||
export MINICONDA=Miniconda3
|
||||
export MINICONDA=Miniconda3;
|
||||
else
|
||||
echo "Could not find python version";
|
||||
exit 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue