From 8f7fe6bf60c5bfb321dddfe4c9f67e9508fbd187 Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Mon, 10 Dec 2018 16:22:06 +0000 Subject: Fix lgtm.com C/C++ build As reported on https://discuss.lgtm.com/t/analysis-fails-something-about-python3-5/1606, integration with lgtm.com C/C++ analysis is currently broken. This PR attempts to fix it by invoking Python 3 where the lgtm.com autobuild system would invoke Python 2 by default. --- .lgtm.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml index 8507b6d45..c1c54ec3c 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -12,3 +12,7 @@ extraction: python_setup: requirements: - cython>=0.29 + cpp: + index: + build_command: + - python3 setup.py build -- cgit v1.2.1