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
b95b47f972
commit
ebd0649671
1 changed files with 4 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ env:
|
|||
|
||||
before_install:
|
||||
- if [ ! -d "~/miniconda" ]; then
|
||||
export CONDA_CACHED=1;
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
export OS=Linux;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
|
|
@ -44,13 +45,13 @@ before_install:
|
|||
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;
|
||||
export PATH="$HOME/miniconda/bin:$PATH";
|
||||
fi;
|
||||
- export PATH="$HOME/miniconda/bin:$PATH";
|
||||
- if [ -z "$CONDA_CACHED" ]; then
|
||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
else
|
||||
export PATH="$HOME/miniconda/bin:$PATH";
|
||||
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
fi;
|
||||
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue