Merge "Don't start up mongodb for unit test coverage"

This commit is contained in:
Jenkins 2015-08-08 15:36:05 +00:00 committed by Gerrit Code Review
commit a68448b975

View File

@ -68,7 +68,9 @@ commands =
python setup.py testr --testr-args="{posargs}"
[testenv:cover]
commands = bash -x {toxinidir}/setup-test-env-mongodb.sh python setup.py testr --slowest --coverage --testr-args="{posargs}"
setenv = OS_TEST_PATH=ceilometer/tests
commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8]
commands =