Fixes tox coverage command

Change-Id: Id1816cca49989f5d38be285d9b2acca9ca6a2f56
Closes-Bug: #1245539
This commit is contained in:
David Stanek 2013-10-28 15:41:55 +00:00
parent f4a441c38a
commit bc53d1e3ba
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ downloadcache = ~/cache/pip
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands = python setup.py testr --testr-args='--coverage {posargs}'
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}