From: Bartek Grzybowski Date: Mon, 8 Mar 2021 09:33:08 +0000 (+0100) Subject: Setup Python linter for integration-5G-core-nf-simulator project X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=137e5526bf375a5260f239f461fc14cf6985950c;p=ci-management.git Setup Python linter for integration-5G-core-nf-simulator project Change-Id: I07ab336848fcef897d8246ce781308392ba161fc Issue-ID: INT-1699 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml index f144dfa26..e9e5a2496 100644 --- a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml +++ b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml @@ -32,6 +32,10 @@ tox-dir: '.' tox-envs: 'md' pattern: '**/*.md' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' stream: - 'master': branch: 'master'