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