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: I260671aa362c79ca33e4d58c65014342779c934d
This commit is contained in:
Qian Min Chen 2018-07-12 10:15:41 +08:00
parent d7f5065b62
commit bd451574ae
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ commands =
[flake8]
show-source = true
builtins = _
exclude=build,.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,horizon,settings.py,*/local/*,functional_tests
exclude=build,.git,.tox,dist,doc,*lib/python*,*egg,tools,horizon,settings.py,*/local/*,functional_tests
[testenv:lower-constraints]
basepython = python3