From 8a3ccd8b2a31b61873ef82ced4f0963f17c71f7c Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 5 Apr 2014 21:44:15 +0300 Subject: [PATCH] Adjust coverage command for package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 454cba2..49e95c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: script: - python setup.py install - - coverage run --source=spotipy.py tests/tests.py + - coverage run --include=*spotipy* tests/tests.py after_success: - coverage report