From 33b1d430fe0eba56f7201f1cb8d0a15c05bfe31d Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 13 Sep 2017 20:50:43 +0300 Subject: [PATCH] Install required lib --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 663f391..88233a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: python: 3.5 install: -- pip install codecov nose-exclude locustio +- pip install codecov gattlib script: coverage run --source=. `which nosetests` . after_success: - coverage report -m