Skip to content

Commit

Permalink
CI(Travis): pyenv without any arguments exits with code 1, use pyenv …
Browse files Browse the repository at this point in the history
…help instead
  • Loading branch information
echoix committed Nov 21, 2024
1 parent a44fc01 commit 3904e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
- GRASS_EXTRA_CXXFLAGS="-Werror -fPIC -Wfatal-errors"

before_install:
- pyenv
- pyenv help
- pyenv --version
- pyenv version-origin
- pyenv version-name
Expand Down Expand Up @@ -83,7 +83,7 @@ before_script:
# - python3.9 --version -VV
- python3.10 --version -VV
- pyenv rehash
- pyenv
- pyenv help
- pyenv --version
- pyenv version-origin
- pyenv version-name
Expand Down

0 comments on commit 3904e94

Please sign in to comment.