Merge "Move cover.sh to the tools directory"

This commit is contained in:
Jenkins 2017-03-21 17:38:33 +00:00 committed by Gerrit Code Review
commit 06f9c511ca
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.