We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4ff63 commit 5a83630Copy full SHA for 5a83630
.travis.yml
@@ -68,6 +68,14 @@ matrix:
68
env: >-
69
PATH=/c/Python37:/c/Python37/Scripts:$PATH
70
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
79
before_install: choco install python
80
81
install:
0 commit comments