Merge "Fix the coverage job in tox"

This commit is contained in:
Jenkins 2014-07-29 17:19:29 +00:00 committed by Gerrit Code Review
commit 1a3e7ce134
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ python-daemon
irc
pyyaml
lockfile
pbr>=0.6,!=0.7,<1.0
pbr>=0.8.1,<1.0
Babel>=0.9.6
launchpadlib
Jinja2

View File

@ -22,7 +22,7 @@ commands = flake8
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py testr --coverage --coverage-package-name='elastic_recheck' --testr-args='{posargs} tests.unit'
[testenv:run]
# test to run the bot as a non voting foreground process