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
49f1c077d7
commit
d51ebf71c9
1 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ os:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/download/
|
||||
- $HOME/install/
|
||||
|
||||
env:
|
||||
- PYTHON_VERSION=2.7
|
||||
|
|
@ -54,10 +55,10 @@ before_install:
|
|||
bash $MINCONDA_CACHE_FILE -b -p $MINICONDA_INSTALL;
|
||||
fi;
|
||||
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
|
||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
- python -V
|
||||
|
||||
install:
|
||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
- python -V
|
||||
- pip install --upgrade .
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue