File: lgtm.yml

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (23 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
path_classifiers:
   test:
     - setup.py
     - setupext
     - test
     - examples

   docs:
     - doc

extraction:
   cpp:
       index:
           build_command: 
             - python3 setup.py build

   java:
       index:
           build_command: ant -f native/build.xml

   python:
       python_setup: 
           version: "3"