Extract podcast metadata from tags and sidecar files
This commit is contained in:
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py37, py38, py39, check-manifest, flake8
|
||||
envlist = py310, py311, py312, py313, check-manifest, flake8
|
||||
|
||||
[testenv]
|
||||
sitepackages = true
|
||||
@ -7,7 +7,7 @@ deps = .[test]
|
||||
commands =
|
||||
python -m pytest \
|
||||
--basetemp={envtmpdir} \
|
||||
--cov=mopidy_webhooks--cov-report=term-missing \
|
||||
--cov=mopidy_webhooks --cov-report=term-missing \
|
||||
{posargs}
|
||||
|
||||
[testenv:check-manifest]
|
||||
|
||||
Reference in New Issue
Block a user