summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2018-03-16 10:20:58 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2018-03-16 10:20:58 +0100
commitbba6f8668978e96fe0aa3ae0b0196d4bde67b397 (patch)
tree2190ad35c9a05edfa31f498ff1112ac25c488038 /tox.ini
parentcb4b10f517eb181dac154d3975d7844569ec186b (diff)
downloadzuul-bba6f8668978e96fe0aa3ae0b0196d4bde67b397.tar.gz
Ignore node_modules in flake8
Currently if the zuul-web stuff is installed 'tox -e pep8' fails with findings in node_modules. As this is external installed stuff we don't want to check this. Change-Id: Ib21d2eed65a1a8489e2c2a3d56edc1c18326b076
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ffbe24646..496846990 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,4 +58,4 @@ commands = python setup.py test --slowest --testr-args='--concurrency=1 {posargs
# please don't submit patches that solely correct them or enable them.
ignore = E124,E125,E129,E402,E741,H,W503
show-source = True
-exclude = .venv,.tox,dist,doc,build,*.egg
+exclude = .venv,.tox,dist,doc,build,*.egg,node_modules