Separate the tox coverage test setup from py27
Change-Id: I0d60b182afe2e0b7cf4964bd4e8f3229373868ea Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
06f9bc8b74
commit
43bdc452df
4
tox.ini
4
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]
|
||||
|
Loading…
Reference in New Issue
Block a user