[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