Use Python3 for LGTM

The Python scripts require Python3 and give errors with Python2.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-11-30 07:11:53 +01:00
parent b148644c1b
commit 57d0ae06c0

View File

@ -13,3 +13,6 @@ extraction:
build_command:
- cd _lgtm_build_dir
- make training
python:
python_setup:
version: 3