Move cover.sh to the tools directory

Change-Id: Ief705106c158792491437825bed410e37270a147
This commit is contained in:
Feng Shengqin 2017-03-20 19:31:35 +08:00
parent 72c202e5e0
commit 1f5819fcf7
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ commands =
commands = {posargs}
[testenv:cover]
commands = {toxinidir}/cover.sh {posargs}
commands = {toxinidir}/tools/cover.sh {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.