From 28443a073951cf5faed805d01e0d743eec375d22 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 5 Apr 2014 22:00:47 +0300 Subject: [PATCH] Run the examples (without coverage) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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