diff options
author | mattip <matti.picus@gmail.com> | 2018-10-29 13:41:27 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-04 00:57:18 +0200 |
commit | 2b250b0d619c5e99a6435acb73817ec5cc9ab344 (patch) | |
tree | 5685f332530e1763626f3ef976392a8447123c39 /.lgtm.yml | |
parent | e3f4c536a0014789dbd0321926b4f62c39d73719 (diff) | |
download | numpy-2b250b0d619c5e99a6435acb73817ec5cc9ab344.tar.gz |
ENH: supply our version of numpy.pxd, adjust as needed
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |