diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-08 12:51:56 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-09 19:07:17 +0100 |
commit | fc1c09e1dfd2073fb49c4e7bb87102c88a551876 (patch) | |
tree | fa8f7d181fcc6368402655228417e5b970a26c28 /.lgtm.yml | |
parent | tools: drop unused variable (diff) | |
download | systemd-fc1c09e1dfd2073fb49c4e7bb87102c88a551876.tar.xz systemd-fc1c09e1dfd2073fb49c4e7bb87102c88a551876.zip |
lgtm: use python3
Diffstat (limited to '')
-rw-r--r-- | .lgtm.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,3 +8,6 @@ extraction: after_prepare: - pip3 install meson - export PATH="$HOME/.local/bin/:$PATH" + python: + python_setup: + version: 3 |