diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-24 14:12:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-24 14:12:28 +0000 |
| commit | ad93e9f9333ad04ad10058332c5a97570bf8f038 (patch) | |
| tree | 2199f21613fcac18ba9f3c97034adfbf6b131cf8 | |
| parent | e5fe9a70718589b8ce7d455c3e2a3524f85510cb (diff) | |
| parent | 3e08590600249134636361b114ca51f3a7f647c8 (diff) | |
| download | python-openstackclient-ad93e9f9333ad04ad10058332c5a97570bf8f038.tar.gz | |
Merge "Improve tox to show coverage report on same window"
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ passenv = OS_* commands = {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands = oslo_debug_helper -t openstackclient/tests {posargs} |
