diff --git a/tox.ini b/tox.ini index ccaeb7666..fc2de9d64 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 =