Merge "Modify the 'tox.ini' file"

This commit is contained in:
Zuul 2018-07-20 01:15:47 +00:00 committed by Gerrit Code Review
commit d10b4e9d87
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ basepython = python3.5
commands = flake8 {posargs}
[flake8]
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules
exclude = .git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules
max-complexity = 20
[testenv:cover]