summaryrefslogtreecommitdiffstats
path: root/.test_runner_config.yaml
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2017-01-11 09:55:00 +0100
committerMartin Basti <mbasti@redhat.com>2017-01-11 13:17:15 +0100
commitd648c6a6925298a1db0c61381d72b6c4d0500c10 (patch)
tree51f8373e19d7effe5f2bc48eb9dcf5602bebea6a /.test_runner_config.yaml
parent9b5b7131502a73fa24dc56c72a9648528c5aceee (diff)
downloadfreeipa-d648c6a6925298a1db0c61381d72b6c4d0500c10.tar.gz
freeipa-d648c6a6925298a1db0c61381d72b6c4d0500c10.tar.xz
freeipa-d648c6a6925298a1db0c61381d72b6c4d0500c10.zip
py3: enable py3 pylint
We should run pylint in both python2 and python3 versions Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to '.test_runner_config.yaml')
-rw-r--r--.test_runner_config.yaml3
1 files changed, 2 insertions, 1 deletions
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/