spotipy/tox.ini

9 lines
121 B
INI

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