tox.ini: Fix a typo in cover env

Partial-Bug: #1502002
Change-Id: I1d10dc97e34c4ffbac828d7864faf6df12f24d50
This commit is contained in:
YAMAMOTO Takashi 2015-10-06 22:19:02 +09:00
parent 27d18f3278
commit abd9efb458
1 changed files with 1 additions and 1 deletions

View File

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