diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-26 16:18:50 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-27 02:24:07 +0200 |
commit | 380b9071bedb51f34d96e06c54e3016f64b305c3 (patch) | |
tree | 0ff57344f4eed378baa8311604c3502b8a566acb /lgtm.yml | |
parent | e8ae7785a693b77ef5e4c11b37eb54d9afb09ab8 (diff) | |
download | meson-380b9071bedb51f34d96e06c54e3016f64b305c3.zip meson-380b9071bedb51f34d96e06c54e3016f64b305c3.tar.gz meson-380b9071bedb51f34d96e06c54e3016f64b305c3.tar.bz2 |
ci: lgtm: configure for Python 3
LGTM is currently giving spurious errors since LGTM is defaulting
to Python 2 for Meson.
Diffstat (limited to 'lgtm.yml')
-rw-r--r-- | lgtm.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000..62d8cb4 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,4 @@ +extraction: + python: + python_setup: + version: 3
\ No newline at end of file |