Rename cover tox environment to fix gate failure
Coverage gate job, added on I0906930940c86293deb605d56ba518913152254a is looking for 'cover' tox environment instead of current 'py27-cover', this change rename cover environment to fix gate job failure. Change-Id: I3b2b44593874768db1340ffe2afe2d0db9ce8efb
This commit is contained in:
parent
cecf615eb1
commit
95e79460e7
2
tox.ini
2
tox.ini
@ -44,7 +44,7 @@ commands =
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:py27-cover]
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage \
|
||||
--omit='{toxinidir}/refstack/tests*,{toxinidir}/refstack/api/config.py,{toxinidir}/refstack/db/migrations/alembic/env.py,{toxinidir}/refstack/opts.py' \
|
||||
--testr-args='{posargs}'
|
||||
|
Loading…
Reference in New Issue
Block a user