mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Update .travis.yml
This commit is contained in:
parent
e1ec2815cc
commit
53efc1aa82
1 changed files with 2 additions and 2 deletions
|
|
@ -54,10 +54,10 @@ before_install:
|
|||
bash $MINCONDA_CACHE_FILE -b -p $MINICONDA_INSTALL;
|
||||
fi;
|
||||
- export PATH="$MINICONDA_INSTALL/bin:$PATH"
|
||||
|
||||
install:
|
||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
- python -V
|
||||
|
||||
install:
|
||||
- pip install --upgrade .
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue