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