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

Add pre-commit tox.ini

This commit is contained in:
Johan Andersson 2019-08-31 14:58:11 +02:00
parent 375f7d8946
commit 4bee4e161c

View File

@ -7,5 +7,4 @@ deps =
-rrequirements-dev.txt
setenv = PYTHONPATH = lib
commands =
flake8 --jobs 8 lib/svtplay_dl
nosetests -v --all-modules --with-doctest svtplay_dl
pre-commit run --all-files