From cba678d846056606e8d1c2d29177baaa345fdbdb Mon Sep 17 00:00:00 2001 From: Martin Basti Date: May 29 2017 12:44:29 +0000 Subject: travis: fix pylint execution with py3 Python version was placed at wrong position, py3 hasn't been tested at all in travis. https://pagure.io/freeipa/issue/4985 Reviewed-By: Stanislav Laznicka --- diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index cfb65db..014c648 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -51,8 +51,8 @@ steps: - sed -ri "s/mode = production/mode = development/" /etc/ipa/default.conf - systemctl restart httpd.service lint: - - PYTHON=/usr/bin/python2 make V=0 lint - - PYTHON=/usr/bin/python3 make V=0 pylint + - make PYTHON=/usr/bin/python2 V=0 lint + - make PYTHON=/usr/bin/python3 V=0 pylint prepare_tests: - echo ${server_password} | kinit admin && ipa ping - cp -r /etc/ipa/* ~/.ipa/