We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034fc90 commit 69056d0Copy full SHA for 69056d0
.travis.yml
@@ -66,6 +66,14 @@ matrix:
66
env: >-
67
PATH=/c/Python37:/c/Python37/Scripts:$PATH
68
NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
69
+ before_install: choco install python --version=3.7.4
70
+ - name: "Node.js 12 & Python 3.8 on Windows"
71
+ os: windows
72
+ language: node_js
73
+ node_js: 12 # node
74
+ env: >-
75
+ PATH=/c/Python38:/c/Python38/Scripts:$PATH
76
+ NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe
77
before_install: choco install python
78
79
install:
0 commit comments