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/r2
Anthony Bilinski 2019-10-17 03:49:22 -07:00
parent e85d3f522a
commit a44cce65be
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 1 additions and 1 deletions

View File

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