File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ before_install:
3434 - nvm install $NODE_VERSION
3535 - |
3636 if [ "${PYTHON_VERSION}" == "2.6" ]; then
37- echo "WEE!!!"
37+ sudo apt-get update
38+ sudo apt-get install -yq software-properties-common
39+ sudo add-apt-repository ppa:deadsnakes/ppa -y
40+ sudo apt-get update -q
41+ sudo apt-get install -yq python2.6
42+ sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python2.6 0
43+ export PATH="/usr/local/bin:$PATH"
3844 fi
39- - sudo apt-get update
40- - sudo apt-get install -yq software-properties-common
41- - sudo add-apt-repository ppa:deadsnakes/ppa -y
42- - sudo apt-get update -q
43- - sudo apt-get install -yq python2.6
44- - sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python2.6 0
45- - export PATH="/usr/local/bin:$PATH"
4645 - which python
46+ - which node
4747 - python -V
4848 - node --version
4949install :
You can’t perform that action at this time.
0 commit comments