Merge "Move cover.sh to the tools directory"

This commit is contained in:
Jenkins 2017-03-22 08:25:49 +00:00 committed by Gerrit Code Review
commit db76e690b3
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 =