From 137e5526bf375a5260f239f461fc14cf6985950c Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 8 Mar 2021 10:33:08 +0100 Subject: [PATCH] Setup Python linter for integration-5G-core-nf-simulator project Change-Id: I07ab336848fcef897d8246ce781308392ba161fc Issue-ID: INT-1699 Signed-off-by: Bartek Grzybowski --- jjb/integration/simulators/integration-5G-core-nf-simulator.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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' -- 2.16.6