Merge "Don't start up mongodb for unit test coverage"
This commit is contained in:
commit
a68448b975
4
tox.ini
4
tox.ini
@ -68,7 +68,9 @@ commands =
|
|||||||
python setup.py testr --testr-args="{posargs}"
|
python setup.py testr --testr-args="{posargs}"
|
||||||
|
|
||||||
[testenv:cover]
|
[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]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user