fix the command of test cover

Change-Id: If0c87558913cfca41c0557f525dd6b2bb81bdd7f
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
This commit is contained in:
dongwenjuan 2017-03-19 13:52:56 +08:00
parent 2e43bf4de6
commit a165ea7fff
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ commands = {posargs}
[testenv:cover]
commands =
python setup.py test --coverage --testr-args='{posargs}'
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]