From: Yu Watanabe Date: Sat, 8 Dec 2018 11:51:56 +0000 (+0900) Subject: lgtm: use python3 X-Git-Tag: v240~103^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1c09e1dfd2073fb49c4e7bb87102c88a551876;p=thirdparty%2Fsystemd.git lgtm: use python3 --- diff --git a/.lgtm.yml b/.lgtm.yml index 37f9c4335c2..5948d8c2bc0 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -8,3 +8,6 @@ extraction: after_prepare: - pip3 install meson - export PATH="$HOME/.local/bin/:$PATH" + python: + python_setup: + version: 3