[travis] updates for the coverage reports

This commit is contained in:
Max Zwiessele 2016-06-21 10:45:39 +01:00
parent 67444e22a5
commit a457678dcd
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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