Fix coverage jobs for Jenkins.
Change-Id: I9a97ac7b997f531d05d4a6beab7d6c16ced7016a
This commit is contained in:
@@ -15,7 +15,7 @@ commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keyston
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:cover]
|
||||
commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=keystone
|
||||
commands = /bin/bash run_tests.sh -N -P --with-xcoverage --cover-erase --cover-package=keystone
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
@@ -30,7 +30,7 @@ deps = file://{toxinidir}/.cache.bundle
|
||||
|
||||
[testenv:jenkinscover]
|
||||
deps = file://{toxinidir}/.cache.bundle
|
||||
commands = bash run_tests.sh -N --coverage --no-pep8
|
||||
commands = /bin/bash run_tests.sh -N -P --with-xcover --cover-erase --cover-package=keystone
|
||||
|
||||
[testenv:jenkinsvenv]
|
||||
deps = file://{toxinidir}/.cache.bundle
|
||||
|
||||
Reference in New Issue
Block a user