mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Run the examples (without coverage)
This commit is contained in:
parent
6e8ae44c5a
commit
28443a0739
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user