1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 11:45:38 +01:00
svtplay-dl/tox.ini
2019-09-06 22:09:07 +02:00

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