1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +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 -rrequirements-dev.txt
setenv = PYTHONPATH = lib setenv = PYTHONPATH = lib
commands = commands =
flake8 --jobs 8 lib/svtplay_dl pre-commit run --all-files
nosetests -v --all-modules --with-doctest svtplay_dl