From 05c29201fcbbf7387dc213b83860e2693e03c4eb Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 09:40:32 +0100 Subject: [PATCH] Try to use python 3. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b1b143..f312fed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,12 @@ env: node_js: - "15" - -python: - - "3.9" install: + - alias python=python3 - npm install script: - npm run test + - python -V + - npm run build