mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update .travis.yml
This commit is contained in:
parent
9a36aac2b3
commit
9e3f23862f
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ env:
|
|||
- PYTHON_VERSION=3.4
|
||||
|
||||
before_install:
|
||||
- export CONDA_CACHED=1
|
||||
- if [ ! -d $HOME/miniconda ]; then
|
||||
export CONDA_CACHED=0;
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
|
@ -50,7 +51,7 @@ before_install:
|
|||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- if [ ! -z $CONDA_CACHED ]; then
|
||||
- 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue