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