1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

3.6 can no longer be found, causing CI failures
This commit is contained in:
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

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