From 7b48d512d0b59a71cd3b389597c3e5671fae9edb Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Sun, 8 Jul 2018 19:25:00 +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: I3f956521ac1af37df77961991eddbfc0a3afb718 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8c2fa1ade7..7c4b0d9320 100644 --- a/tox.ini +++ b/tox.ini @@ -158,7 +158,7 @@ commands = [flake8] filename = *.py,django.wsgi -exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules,openstack_dashboard/enabled/* +exclude = .git,.tox,dist,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject,node_modules,openstack_dashboard/enabled/* ignore = # Enable the following hacking rules which are disabled by default # H106 Do not put vim configuration in source files.