mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
py3: enable py3 pylint
We should run pylint in both python2 and python3 versions Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user