1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00
svtplay-dl/tox.ini

12 lines
196 B
INI
Raw Normal View History

[tox]
basepython=python3
[testenv]
deps =
-rrequirements.txt
-rrequirements-dev.txt
2018-09-30 21:04:44 +02:00
setenv = PYTHONPATH = lib
commands =
pre-commit run --all-files --show-diff-on-failure
pytest -v --cov