Exclude build dir for flake8 test

Change-Id: Iec76a987cb90700af52e76e50ed358669b6c9437
This commit is contained in:
zhurong 2017-01-17 14:58:07 +08:00
parent 81bfc06bc0
commit 43a15dddd9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
local-check-factory = murano.hacking.checks.factory