Skip to content

Commit

Permalink
[Tests] only install python 2.7 if not already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 6, 2024
1 parent e597bb2 commit 762f9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
# install python
- pyenv install 2.7.18
- pyenv local 2.7.18 || pyenv install 2.7.18
- pyenv local 2.7.18 || echo 'pyenv failed'
- python -V
install:
Expand Down

0 comments on commit 762f9ef

Please sign in to comment.