pip install coveralls

This commit is contained in:
hugovk 2014-04-05 21:27:09 +03:00
parent e4c66401c1
commit 724b4e3cd5
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ python:
- 3.4
- pypy
install:
- pip install coveralls
script:
- python setup.py install
- coverage run --source=spotipy.py tests/tests.py