Add test 'node_modules' in tox.ini for flake8 exclude

Change-Id: I31b8750e3018aeefaab5263dd214034944778931
This commit is contained in:
qiaomin 2018-07-17 17:45:47 +08:00
parent eae4ec4b73
commit 31a19cb13c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ commands = python setup.py build_sphinx
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,releasenotes
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,releasenotes,node_modules
[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html