From 5966c6ad6497657d67a7d7885dba05b046ef01ba Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 09:04:44 +0100 Subject: [PATCH] Set python version on travis. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c0c19e..e2bfc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,15 @@ language: node_js node_js: - - 15 + - "15" + +python: + - "3.9" install: - npm install script: - python -V + - npm run build - npm run test