Skip to content

Commit 57d0ae0

Browse files
committed
Use Python3 for LGTM
The Python scripts require Python3 and give errors with Python2. Signed-off-by: Stefan Weil <[email protected]>
1 parent b148644 commit 57d0ae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.lgtm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ extraction:
1313
build_command:
1414
- cd _lgtm_build_dir
1515
- make training
16+
python:
17+
python_setup:
18+
version: 3

0 commit comments

Comments
 (0)