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
0d2b4eb8a9
commit
e65d4b08b0
1 changed files with 2 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ os:
|
|||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/miniconda/
|
||||
- $HOME/download/
|
||||
|
||||
env:
|
||||
- PYTHON_VERSION=2.7
|
||||
|
|
@ -58,9 +58,7 @@ before_install:
|
|||
|
||||
install:
|
||||
- echo $PATH
|
||||
- if [[ $CONDA_CACHED == 0 ]]; then
|
||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
fi;
|
||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||
- python -V
|
||||
- pip install --upgrade .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue