Adjust coverage command for package install

This commit is contained in:
hugovk 2014-04-05 21:44:15 +03:00
parent 4c5d56768f
commit 8a3ccd8b2a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
script:
- python setup.py install
- coverage run --source=spotipy.py tests/tests.py
- coverage run --include=*spotipy* tests/tests.py
after_success:
- coverage report