Merge "Separate the tox coverage test setup from py27"

This commit is contained in:
Jenkins 2012-08-09 12:56:55 +00:00 committed by Gerrit Code Review
commit d8fafb2ef1

View File

@ -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]