From 2b250b0d619c5e99a6435acb73817ec5cc9ab344 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 29 Oct 2018 13:41:27 +0200 Subject: ENH: supply our version of numpy.pxd, adjust as needed --- .lgtm.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.lgtm.yml') diff --git a/.lgtm.yml b/.lgtm.yml index e64deaba7..cc16544a3 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -16,6 +16,9 @@ extraction: index: build_command: - python3 setup.py build + after_prepare: + - pip3 install --upgrade --user cython + - export PATH="$HOME/.local/bin:$PATH" queries: - include: py/file-not-closed -- cgit v1.2.1