spotipy/tox.ini
2025-01-18 15:21:51 +00:00

13 lines
195 B
INI

[tox]
envlist = py3{8,9,10,11,12}
[testenv]
deps=
requests
commands=python -m unittest discover -v tests/unit
[flake8]
max-line-length = 99
exclude=
.git,
dist,
docs,
examples