plugin.video.viervijfzes/tox.ini

28 lines
426 B
INI
Raw Normal View History

2020-03-19 16:45:31 +01:00
[tox]
envlist = py27,py36,py37,py38,flake8
2020-03-19 16:45:31 +01:00
skipsdist = True
skip_missing_interpreters = True
[testenv:flake8]
commands =
- {envbindir}/flake8
deps =
flake8
flake8-coding
flake8-future-import
[flake8]
builtins = func
max-line-length = 160
ignore = FI13,FI50,FI51,FI53,FI54,W503
require-code = True
min-version = 2.7
exclude = .git,.tox
2020-03-19 16:45:31 +01:00
[pytest]
filterwarnings = default
[pycodestyle]
max-line-length = 160