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
This commit is contained in:
Qian Min Chen 2018-07-08 19:25:00 +08:00
parent a98d6d3d89
commit 7b48d512d0
1 changed files with 1 additions and 1 deletions

View File

@ -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.