Simon Pasquier 8b4c3bada9 Exclude directories from pep8
Change-Id: I8c22d292c902b2106d355e562f6b010b0b47a337
2016-04-29 11:35:55 +02:00

17 lines
302 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = pep8
[testenv:pep8]
deps = hacking
commands = flake8
distribute = false
[flake8]
filename=*.py
ignore = H703
show-source = true
exclude = .venv,.git,.tox,dist,doc,*egg,*lib/python*,build,releasenotes,tmp,utils/fuel-qa-builder/venv*
max-complexity=25