1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/tox.ini
2018-09-23 19:43:04 +02:00

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