diff --git a/.travis.yml b/.travis.yml index bd7c666..0fc4aaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - pip install codecov nose-exclude pygatt gatt pexpect bluepy -script: coverage run --source=. -m nose tests -v --exclude-dir=examples +script: coverage run --omit="examples/*" --source=. -m nose tests -v --exclude-dir=examples after_success: - coverage report -m