From a457678dcd02593f48ade9a5a5140e0fc0675213 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 21 Jun 2016 10:45:39 +0100 Subject: [PATCH] [travis] updates for the coverage reports --- .coveragerc | 2 +- .travis.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index f01350f9..512c99c4 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,7 @@ [run] branch = True source = GPy -omit = ./GPy/testing/*.py, travis_tests.py, setup.py, ./GPy/__version__.py +omit = ./GPy/examples/*.py, ./GPy/testing/*.py, travis_tests.py, setup.py, ./GPy/__version__.py [report] # Regexes for lines to exclude from consideration diff --git a/.travis.yml b/.travis.yml index 71d7bda6..cfa0d351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,5 @@ deploy: on: tags: true branch: deploy - #condition: "$TRAVIS_OS_NAME" == "osx" || ( "$TRAVIS_OS_NAME" == "linux" && "$PYTHON_VERSION" == "2.7" ) distributions: $DIST skip_cleanup: true