From 9faee1ca01a6a40c4eb6bdd84d96cd6cd1d22b1f Mon Sep 17 00:00:00 2001 From: cclauss Date: Thu, 15 Nov 2018 17:46:46 +0100 Subject: [PATCH] Force LGTM to test on Python 3 instead of Python 2 --- lgtm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgtm.yml b/lgtm.yml index 4b7b488139..a78d90d5e3 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -32,3 +32,6 @@ extraction: - "make" - "popd" - "make" + python: + python_setup: + version: 3 -- 2.47.2