spotipy/tox.ini
2020-01-12 13:19:40 +00:00

14 lines
185 B
INI

[tox]
envlist = py27,py34
[testenv]
deps=
requests
simplejson
six
py27: mock
commands=python -m unittest discover -v tests
[flake8]
exclude=
.git,
dist,
docs