Added playlist tracks method. Updated tests.

This commit is contained in:
Paul Lamere
2014-11-15 07:20:11 -05:00
parent 278b7d3005
commit 8adbfe6f6d
4 changed files with 48 additions and 7 deletions

13
deploy
View File

@@ -2,5 +2,18 @@
# sudo python setup.py develop --uninstall
# sudo python setup.py install
# How do deploy
# - run tests
# - push to github
# - Adjust version number in setup.py
# - Update README.md with updated version info
# - leave development mode
# sudo python setup.py develop --uninstall
# sudo python setup.py install
# - upload dist
# sudo python setup.py sdist upload
# docs should automatically be updated. verify them at
# http://spotipy.readthedocs.org/en/latest/
sudo python setup.py sdist upload