mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +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
|
sudo: false
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
@ -21,7 +25,7 @@ before_install:
|
||||||
- df -h
|
- df -h
|
||||||
- ulimit -a
|
- ulimit -a
|
||||||
- pip install -U pip wheel setuptools
|
- pip install -U pip wheel setuptools
|
||||||
- pip install numpy cython nose six matplotlib
|
- pip install numpy nose six
|
||||||
- pip install -v -U scipy
|
- pip install -v -U scipy
|
||||||
- python -V
|
- python -V
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue