[metadata]
license-file = LICENSE
[pycodestyle]
ignore = E711,E712,W291,W293,E261,E128
max-line-length = 120
[flake8]
ignore = E711,E712,W291,W293,E261,E128
max-line-length = 120
[bdist_wheel]
python-tag = py27
[build_sphinx]
source-dir = docs/
build-dir = build/sphinx
all_files = 1
[tool:pytest]
testpaths = flexget/tests
[aliases]
test = pytest