mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
13 lines
195 B
INI
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 |