Merge "Make the gabbi tox target work with modern tox"

This commit is contained in:
Jenkins 2015-09-14 15:04:33 +00:00 committed by Gerrit Code Review
commit 000697c05a

View File

@ -76,6 +76,7 @@ commands =
# tests.
[testenv:gabbi]
setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi
passenv = CEILOMETER_*
commands =
bash -x {toxinidir}/setup-test-env-mongodb.sh \
python setup.py testr --testr-args="{posargs}"