Modify the 'tox.ini' file
Since the horizon remove the 'run_tests.sh' file, so there should remove '.venv' from the '.tox.ini' file. Change-Id: I32fe60fd0f7e76b62d4bac2abde17bcd48b225db
This commit is contained in:
parent
7c4d4199e0
commit
13686ffedf
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user