spotipy/tox.ini

10 lines
139 B
INI

[tox]
envlist = py27,py34
[testenv]
deps=
requests
simplejson
six
py27: mock
commands=python -m unittest discover -v tests