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:
Qian Min Chen 2018-07-17 15:21:24 +08:00
parent 7c4d4199e0
commit 13686ffedf
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]