Move cover.sh to the tools directory

Change-Id: I518618cc174c16ac74d30d9f4f41f329b9e4f36f
This commit is contained in:
Feng Shengqin 2017-03-20 19:52:08 +08:00
parent 1a36735599
commit 9f83e1d9db
2 changed files with 1 additions and 1 deletions

View File

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