Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 17:15:02 +01:00
parent 2123079596
commit 5c8ae2a8e7

View file

@ -2,9 +2,9 @@ sudo: false
os:
- linux
# - osx
- osx
language: python
#language: python
#addons:
# apt:
@ -30,10 +30,12 @@ install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
- pip install .
script:
before_script:
- cd $HOME
- mkdir empty
- cd empty
script:
- nosetests GPy.testing
cache: