From 13686ffedf3ff5fc401f15468f5da1147fe49ae5 Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Tue, 17 Jul 2018 15:21:24 +0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 76142afe..5ed485b9 100644 --- a/tox.ini +++ b/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]