From 9f83e1d9db3143ce9b2d12f70bf3b04c113bf5c3 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Mon, 20 Mar 2017 19:52:08 +0800 Subject: [PATCH] Move cover.sh to the tools directory Change-Id: I518618cc174c16ac74d30d9f4f41f329b9e4f36f --- cover.sh => tools/cover.sh | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cover.sh => tools/cover.sh (100%) diff --git a/cover.sh b/tools/cover.sh similarity index 100% rename from cover.sh rename to tools/cover.sh diff --git a/tox.ini b/tox.ini index 47b30f6c30..118be0ef27 100644 --- a/tox.ini +++ b/tox.ini @@ -118,7 +118,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = bandit -r magnum -x tests -n5 -ll [testenv:cover] -commands = {toxinidir}/cover.sh {posargs} +commands = {toxinidir}/tools/cover.sh {posargs} [testenv:docs] commands =