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 1313 env : NODE_GYP_FORCE_PYTHON=python2
1414 python : 2.7
1515
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
2416 - name : " Node.js 10 & Python 3.8 on Linux"
2517 python : 3.8
2618 env : NODE_GYP_FORCE_PYTHON=python3
5648 env : NODE_GYP_FORCE_PYTHON=python3 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=3.8.0
5749 before_install : pyenv install $PYENV_VERSION
5850
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
6751 - name : " Node.js 12 & Python 2.7 on Windows"
6852 os : windows
6953 language : node_js
You can’t perform that action at this time.
0 commit comments