diff --git a/tox.ini b/tox.ini index 55815c831..6ce51bab8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,10 +10,10 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_RED=0.05 NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 -commands = {toxinidir}/run_tests.sh +commands = {toxinidir}/run_tests.sh --no-path-adjustment [] sitepackages = True -[testenv:py27] +[testenv:cover] commands = {toxinidir}/run_tests.sh --no-path-adjustment --with-coverage --cover-erase --cover-package=ceilometer --cover-inclusive [] [testenv:pep8]