mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Update .travis.yml
This commit is contained in:
parent
be7c20a7e7
commit
f230cdeed6
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ install:
|
|||
- if [[ $CONDA_CACHED == 0 ]]; 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;
|
||||
conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
fi;
|
||||
- pip install --upgrade .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue