mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 23:06:22 +02:00
Update .travis.yml
This commit is contained in:
parent
bf552a09f7
commit
4e479d9db3
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
sudo: false
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
language: python
|
||||
|
||||
addons:
|
||||
|
|
@ -21,7 +25,7 @@ before_install:
|
|||
- df -h
|
||||
- ulimit -a
|
||||
- pip install -U pip wheel setuptools
|
||||
- pip install numpy cython nose six matplotlib
|
||||
- pip install numpy nose six
|
||||
- pip install -v -U scipy
|
||||
- python -V
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue