1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-08 21:17:47 +03:00

lgtm: use python3

This commit is contained in:
Yu Watanabe 2018-12-08 20:51:56 +09:00
parent 2f6c9b6f3f
commit fc1c09e1df

View File

@ -8,3 +8,6 @@ extraction:
after_prepare:
- pip3 install meson
- export PATH="$HOME/.local/bin/:$PATH"
python:
python_setup:
version: 3