8
8
python : 2.7
9
9
- name : " Python 2.7 on macOS"
10
10
os : osx
11
- osx_image : xcode10.2
11
+ osx_image : xcode11
12
12
language : shell # 'language: python' is not yet supported on macOS
13
13
env : NODE_GYP_FORCE_PYTHON=python2
14
14
before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
@@ -28,6 +28,7 @@ matrix:
28
28
PATH=/c/Python27:/c/Python27/Scripts:$PATH
29
29
NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
30
30
before_install : choco install python2
31
+
31
32
- name : " Node.js 6 & Python 3.7 on Linux"
32
33
python : 3.7
33
34
env : NODE_GYP_FORCE_PYTHON=python3 EXPERIMENTAL_NODE_GYP_PYTHON3=1
@@ -44,6 +45,12 @@ matrix:
44
45
python : 3.7
45
46
env : NODE_GYP_FORCE_PYTHON=python3 EXPERIMENTAL_NODE_GYP_PYTHON3=1
46
47
before_install : nvm install 12
48
+ - name : " Python 3.7 on macOS"
49
+ os : osx
50
+ # osx_image: xcode11
51
+ language : shell # 'language: python' is not yet supported on macOS
52
+ env : NODE_GYP_FORCE_PYTHON=python3 EXPERIMENTAL_NODE_GYP_PYTHON3=1
53
+ before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
47
54
- name : " Node.js 12 & Python 3.7 on Windows"
48
55
os : windows
49
56
language : node_js
@@ -53,6 +60,7 @@ matrix:
53
60
NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
54
61
EXPERIMENTAL_NODE_GYP_PYTHON3=1
55
62
before_install : choco install python
63
+
56
64
allow_failures :
57
65
- env : NODE_GYP_FORCE_PYTHON=python3 EXPERIMENTAL_NODE_GYP_PYTHON3=1
58
66
- env : >-
0 commit comments