Run the examples (without coverage)

This commit is contained in:
hugovk 2014-04-05 22:00:47 +03:00
parent 6e8ae44c5a
commit 28443a0739
1 changed files with 1 additions and 0 deletions

View File

@ -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