summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Jensen <jonas@semmle.com>2018-12-10 16:22:06 +0000
committerGitHub <noreply@github.com>2018-12-10 16:22:06 +0000
commit8f7fe6bf60c5bfb321dddfe4c9f67e9508fbd187 (patch)
tree0806aff49ef576a3b10d7e452b20bcbb8f7c192a
parent5d68bef1097ed5c1b8e83cb30851e50a5a0ecd29 (diff)
downloadnumpy-8f7fe6bf60c5bfb321dddfe4c9f67e9508fbd187.tar.gz
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.
-rw-r--r--.lgtm.yml4
1 files changed, 4 insertions, 0 deletions
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