From 5c8ae2a8e7e186153ce99169dd5bbb6747f9f8cb Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 17:15:02 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4644dbf1..354802ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: