We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537d38b commit 132b9fbCopy full SHA for 132b9fb
.travis.yml
@@ -32,7 +32,7 @@ before_install:
32
- zsh --version
33
- dpkg -s dash | grep ^Version | awk '{print $2}'
34
# install python
35
- - pyenv install 2.7.18
+ - [ -d "$(pyenv root)/versions/2.7.18" ] || pyenv install 2.7.18
36
- pyenv local 2.7.18 || echo 'pyenv failed'
37
- python -V
38
install:
0 commit comments