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
a5e8000353
commit
a037372a71
1 changed files with 3 additions and 0 deletions
|
|
@ -30,9 +30,12 @@ before_install:
|
|||
- chmod +x miniconda.sh
|
||||
- ./miniconda.sh -b
|
||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||
- echo $PATH
|
||||
# - conda update --yes conda
|
||||
|
||||
install:
|
||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||
- echo $PATH
|
||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
|
||||
- pip install .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue