mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Update .travis.yml
This commit is contained in:
parent
a4368bd88b
commit
9a36aac2b3
1 changed files with 3 additions and 3 deletions
|
|
@ -47,14 +47,14 @@ before_install:
|
|||
./miniconda.sh -b -p $HOME/miniconda;
|
||||
fi;
|
||||
- export PATH="$HOME/miniconda/bin:$PATH";
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- if [ ! -z $CONDA_CACHED ]; then
|
||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
else
|
||||
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
fi;
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- pip install --upgrade .
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue