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
f230cdeed6
commit
ff12d200f9
1 changed files with 3 additions and 2 deletions
|
|
@ -57,9 +57,10 @@ install:
|
|||
- echo $PATH
|
||||
- if [[ $CONDA_CACHED == 0 ]]; then
|
||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
else
|
||||
conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
# else
|
||||
# conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
fi;
|
||||
- python -V
|
||||
- pip install --upgrade .
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue