diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-23 09:55:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-23 09:55:42 +0000 |
| commit | 6865768726fafcf519ae5f986557c120d650632b (patch) | |
| tree | 8eb0b92ca75370e4e9b3d997dc90a89c52954b86 | |
| parent | 14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf (diff) | |
| parent | 66be00b0906c80df750353be2fbd7afd25d918ad (diff) | |
| download | python-saharaclient-ocata-em.tar.gz | |
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,9 @@ basepython = python3.4 commands = oslo_debug_helper -t saharaclient/tests/unit {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [tox:jenkins] sitepackages = False |
