From 5a83630c337eebff52211e19f233bf294128b416 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 15 Oct 2019 19:38:02 +1100 Subject: [PATCH] travis: add Windows + Python 3.8 to the mix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node-gyp/pull/1921 Reviewed-By: Christian Clauss Reviewed-By: João Reis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index c390c45648..87cbbdcc46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,14 @@ matrix: env: >- PATH=/c/Python37:/c/Python37/Scripts:$PATH NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe + before_install: choco install python --version=3.7.4 + - name: "Node.js 12 & Python 3.8 on Windows" + os: windows + language: node_js + node_js: 12 # node + env: >- + PATH=/c/Python38:/c/Python38/Scripts:$PATH + NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe before_install: choco install python install: