mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Update .travis.yml
This commit is contained in:
parent
2123079596
commit
5c8ae2a8e7
1 changed files with 5 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ sudo: false
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
# - osx
|
- osx
|
||||||
|
|
||||||
language: python
|
#language: python
|
||||||
|
|
||||||
#addons:
|
#addons:
|
||||||
# apt:
|
# apt:
|
||||||
|
|
@ -30,10 +30,12 @@ install:
|
||||||
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
|
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
script:
|
before_script:
|
||||||
- cd $HOME
|
- cd $HOME
|
||||||
- mkdir empty
|
- mkdir empty
|
||||||
- cd empty
|
- cd empty
|
||||||
|
|
||||||
|
script:
|
||||||
- nosetests GPy.testing
|
- nosetests GPy.testing
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue