mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42:48 +00:00
Run the examples (without coverage)
This commit is contained in:
parent
6e8ae44c5a
commit
28443a0739
@ -14,6 +14,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- coverage run --include=*spotipy* tests/tests.py
|
- coverage run --include=*spotipy* tests/tests.py
|
||||||
|
- for file in examples/*.py; do python $file; done
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user