Merge "Fix the coverage job in tox"
This commit is contained in:
commit
1a3e7ce134
@ -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
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user