diff --git a/.travis.yml b/.travis.yml index 49e95c9..0e99665 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: script: - python setup.py install - coverage run --include=*spotipy* tests/tests.py + - for file in examples/*.py; do python $file; done after_success: - coverage report