File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 13
13
env : NODE_GYP_FORCE_PYTHON=python2
14
14
python : 2.7
15
15
16
- - name : " Node.js 6 & Python 3.8 on Linux"
17
- python : 3.8
18
- env : NODE_GYP_FORCE_PYTHON=python3
19
- before_install : nvm install 6
20
- - name : " Node.js 8 & Python 3.8 on Linux"
21
- python : 3.8
22
- env : NODE_GYP_FORCE_PYTHON=python3
23
- before_install : nvm install 8
24
16
- name : " Node.js 10 & Python 3.8 on Linux"
25
17
python : 3.8
26
18
env : NODE_GYP_FORCE_PYTHON=python3
56
48
env : NODE_GYP_FORCE_PYTHON=python3 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=3.8.0
57
49
before_install : pyenv install $PYENV_VERSION
58
50
59
- - name : " Node.js 6 & Python 2.7 on Windows"
60
- os : windows
61
- language : node_js
62
- node_js : 6 # node
63
- env : >-
64
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
65
- NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
66
- before_install : choco install python2
67
51
- name : " Node.js 12 & Python 2.7 on Windows"
68
52
os : windows
69
53
language : node_js
You can’t perform that action at this time.
0 commit comments