Browse Source

fix(travis): update pyenv to python 3.7 after updating ubuntu to 16.04

3.6 can no longer be found, causing CI failures
reviewable/pr5899/r3
Anthony Bilinski 6 years ago
parent
commit
a44cce65be
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      .travis/cirp/install.sh

2
.travis/cirp/install.sh

@ -28,7 +28,7 @@ else
python3 --version || true python3 --version || true
pyenv versions || true pyenv versions || true
pyenv global 3.6 pyenv global 3.7
fi fi
pip install --upgrade pip pip install --upgrade pip

Loading…
Cancel
Save