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

13 lines
212 B
INI

[tox]
basepython=python3
[testenv]
deps =
-rrequirements.txt
-rrequirements-dev.txt
setenv = PYTHONPATH = lib
commands =
flake8 --jobs 8 lib/svtplay_dl
nosetests --all-modules --with-doctest svtplay_dl