From 7efd92700d846f8ee4548d8f90fc157c13518dae Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Thu, 26 Dec 2019 23:00:43 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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