summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-10-29 21:14:27 +0200
committermattip <matti.picus@gmail.com>2018-10-29 21:14:27 +0200
commit96d8ada9ba648181df515c6a01a4e9a9e05d620e (patch)
treef647bc9934f65e90dbd39b6533e1800d79fdcc30
parent0dc45ecc707766c6983eae9b65e2bf518c487dc7 (diff)
downloadnumpy-96d8ada9ba648181df515c6a01a4e9a9e05d620e.tar.gz
BUILD: force LGTM to use cython>=0.29
-rw-r--r--.lgtm.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index c0a9cf59a..8507b6d45 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -7,3 +7,8 @@ path_classifiers:
# "undefined export" alerts
- numpy/random/__init__.py
+extraction:
+ python:
+ python_setup:
+ requirements:
+ - cython>=0.29