From 43261b601f16f0d6ea4184badd3216c7efe5652a Mon Sep 17 00:00:00 2001 From: Nicolo Fusi Date: Thu, 31 Jan 2013 13:38:24 +0000 Subject: [PATCH] making travis-ci work again --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index af20bec4..5c654d37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: python python: - "2.7" + +#Set virtual env with system-site-packages to true +virtualenv: + system_site_packages: true + # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: - - sudo apt-get install python-scipy - - pip install sphinx - - pip install . --use-mirrors -# command to run tests, e.g. python setup.py test -script: - - nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing +before_install: + - sudo apt-get install -qq python-scipy python-pip + - sudo apt-get install -qq python-matplotlib \ No newline at end of file