From bd451574aeef5bdbaed94d24d3b5f23c6ad0ca25 Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Thu, 12 Jul 2018 10:15:41 +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: I260671aa362c79ca33e4d58c65014342779c934d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b05e563ee..2b860efd7 100644 --- a/tox.ini +++ b/tox.ini @@ -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