From 43bdc452dfd844bb704eae4a65c74cdb3740940e Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 7 Aug 2012 12:22:09 -0400 Subject: [PATCH] Separate the tox coverage test setup from py27 Change-Id: I0d60b182afe2e0b7cf4964bd4e8f3229373868ea Signed-off-by: Doug Hellmann --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]