Skip to content

Commit

Permalink
maintainer: Fix lgtm YAML
Browse files Browse the repository at this point in the history
Install the wheel package and disable GUI-related packages.
  • Loading branch information
jngrad committed Jul 13, 2021
1 parent 9738a65 commit e1b79f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ extraction:
- "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

0 comments on commit e1b79f1

Please sign in to comment.