From 5bbe75473642756103f912ed5e528cd43e9e81cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Wed, 14 Jul 2021 12:20:34 +0200 Subject: [PATCH] maintainer: Remove lgtm tooling --- .lgtm.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .lgtm.yml diff --git a/.lgtm.yml b/.lgtm.yml deleted file mode 100644 index 9f6a3b44207..00000000000 --- a/.lgtm.yml +++ /dev/null @@ -1,23 +0,0 @@ -extraction: - cpp: - after_prepare: "pip3 install --user numpy cython 'cmake==3.17'" - configure: - command: - - export PATH="${HOME}/.local/bin:${PATH}" - - "mkdir build" - - "cd build && cmake .." - index: - build_command: "cd build && make -j2" - python: - python_setup: - requirements: - - wheel - requirements_files: - - requirements.txt - exclude_requirements: - - PyOpenGL - - mayavi - - pyface - - pygame - - traits - - traitsui