mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-11 16:22:13 +02:00
Update .travis.yml
This commit is contained in:
parent
ff12d200f9
commit
0d2b4eb8a9
1 changed files with 3 additions and 2 deletions
|
|
@ -52,13 +52,14 @@ before_install:
|
||||||
- ls $HOME/miniconda/bin
|
- ls $HOME/miniconda/bin
|
||||||
- export PATH="$HOME/miniconda/bin:$PATH"
|
- export PATH="$HOME/miniconda/bin:$PATH"
|
||||||
# - conda update --yes conda
|
# - conda update --yes conda
|
||||||
|
# else
|
||||||
|
# conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- if [[ $CONDA_CACHED == 0 ]]; then
|
- if [[ $CONDA_CACHED == 0 ]]; then
|
||||||
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
|
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;
|
|
||||||
fi;
|
fi;
|
||||||
- python -V
|
- python -V
|
||||||
- pip install --upgrade .
|
- pip install --upgrade .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue