mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
12 lines
196 B
INI
12 lines
196 B
INI
[tox]
|
|
basepython=python3
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
-rrequirements-dev.txt
|
|
setenv = PYTHONPATH = lib
|
|
commands =
|
|
pre-commit run --all-files --show-diff-on-failure
|
|
pytest -v --cov
|