Skip to content

Commit

Permalink
[Tests] downgrade python to v2 on travis
Browse files Browse the repository at this point in the history
 - TCI Support
 - python 2.7
 - skip build-essential
  • Loading branch information
qasim-at-tci authored and ljharb committed Mar 21, 2023
1 parent edacf82 commit ee6f766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ before_install:
- bash --version | head
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
- pyenv local 3.9 || echo 'pyenv failed'
# install python
- pyenv install 2.7.18
- pyenv local 2.7.18 || echo 'pyenv failed'
- python -V
install:
- if [ -z "${SHELLCHECK-}" ]; then nvm install 16 && nvm unalias default && npm install && npm prune && npm ls urchin doctoc eclint dockerfile_lint; fi
- '[ -z "$WITHOUT_CURL" ] || sudo apt-get remove curl -y'
Expand Down

0 comments on commit ee6f766

Please sign in to comment.