Merge "Update coverage job to references correct file"

This commit is contained in:
Jenkins 2014-10-22 14:32:27 +00:00 committed by Gerrit Code Review
commit 348def3438

View File

@ -37,7 +37,7 @@ commands = python -m testtools.run \
ceilometer.tests.test_utils
[testenv:cover]
commands = bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest --coverage --testr-args="{posargs}"
commands = bash -x {toxinidir}/setup-test-env-mongodb.sh python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8]
commands =