spotipy/tox.ini
2025-11-27 07:33:35 +00:00

16 lines
239 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,
.venv,
build,
dist,
docs,
examples,
spotipy.egg-info