mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 15:26:23 +02:00
Update .travis.yml
This commit is contained in:
parent
ebd0649671
commit
5e3e711e02
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ env:
|
||||||
- PYTHON_VERSION=3.4
|
- PYTHON_VERSION=3.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ ! -d "~/miniconda" ]; then
|
- if [ ! -d $HOME/miniconda ]; then
|
||||||
export CONDA_CACHED=1;
|
export CONDA_CACHED=1;
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
export OS=Linux;
|
export OS=Linux;
|
||||||
|
|
@ -47,7 +47,7 @@ before_install:
|
||||||
./miniconda.sh -b -p $HOME/miniconda;
|
./miniconda.sh -b -p $HOME/miniconda;
|
||||||
fi;
|
fi;
|
||||||
- export PATH="$HOME/miniconda/bin:$PATH";
|
- export PATH="$HOME/miniconda/bin:$PATH";
|
||||||
- if [ -z "$CONDA_CACHED" ]; then
|
- if [ -z $CONDA_CACHED ]; then
|
||||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||||
else
|
else
|
||||||
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue