From d648c6a6925298a1db0c61381d72b6c4d0500c10 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 11 Jan 2017 09:55:00 +0100 Subject: py3: enable py3 pylint We should run pylint in both python2 and python3 versions Reviewed-By: Christian Heimes --- .test_runner_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index 2aece9a44..dc08d7967 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -40,7 +40,8 @@ steps: -a ${server_password} --setup-dns --auto-forwarders - ipa-kra-install -p ${server_password} lint: - - make V=0 lint + - PYTHON=/usr/bin/python2 make V=0 lint + - PYTHON=/usr/bin/python3 make V=0 pylint prepare_tests: - echo ${server_password} | kinit admin && ipa ping - cp -r /etc/ipa/* ~/.ipa/ -- cgit