2018-01-30 22:56:34 +01:00
|
|
|
[tox]
|
|
|
|
basepython=python3
|
2018-09-23 19:39:33 +02:00
|
|
|
envlist = py34,py36,py37, lint
|
2018-01-30 22:56:34 +01:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
-rrequirements.txt
|
|
|
|
-rrequirements-dev.txt
|
|
|
|
|
|
|
|
[testenv:lint]
|
|
|
|
commands =
|
2018-09-23 19:39:33 +02:00
|
|
|
flake8 --jobs 8 lib/svtplay_dl
|