From cd82bc53294ec94f80584eb95783b0e57a0dd36b Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 21 Oct 2014 15:59:53 -0400 Subject: [PATCH] Update coverage job to references correct file The current coverage job references a file that was deleted. Change-Id: If40bbccbdfbf9f135f90220e09c396dcc4735949 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7e80d91af..3db9caa70 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =