mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
12 lines
163 B
INI
12 lines
163 B
INI
|
[tox]
|
||
|
basepython=python3
|
||
|
envlist = py36
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
-rrequirements.txt
|
||
|
-rrequirements-dev.txt
|
||
|
|
||
|
[testenv:lint]
|
||
|
commands =
|
||
|
flake8 --jobs 8 lib/svtplay_dl
|