mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
13 lines
212 B
INI
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
|
|
|