X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-python-jobs.rst;h=0f02b428b4faeb7be3725e3a9cc055a472749b22;hb=be5967e9662e443f47bb8a2522cfe907a8aa5669;hp=3a3625464db117daa1d551ff5580b62119bd57af;hpb=218633e4bdac20bbf838889aa1c6bc514aab3260;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index 3a362546..0f02b428 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -153,11 +153,11 @@ For example: .. code-block:: bash - [testenv:py27] + [testenv:py3] commands = coverage run --module pytest --junitxml xunit-results.xml - coverage xml --omit=".tox/py27/*","tests/*" - coverage report --omit=".tox/py27/*","tests/*" + coverage xml --omit=".tox/py3/*","tests/*" + coverage report --omit=".tox/py3/*","tests/*" For more details refer to coverage and sonar documentation: