Skip to content

Commit 5a83630

Browse files
rvaggjoaocgreis
authored andcommitted
travis: add Windows + Python 3.8 to the mix
PR-URL: #1921 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: João Reis <[email protected]>
1 parent 1a4ff63 commit 5a83630

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ matrix:
6868
env: >-
6969
PATH=/c/Python37:/c/Python37/Scripts:$PATH
7070
NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
71+
before_install: choco install python --version=3.7.4
72+
- name: "Node.js 12 & Python 3.8 on Windows"
73+
os: windows
74+
language: node_js
75+
node_js: 12 # node
76+
env: >-
77+
PATH=/c/Python38:/c/Python38/Scripts:$PATH
78+
NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe
7179
before_install: choco install python
7280

7381
install:

0 commit comments

Comments
 (0)