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:
parent
e85d3f522a
commit
a44cce65be
|
@ -28,7 +28,7 @@ else
|
|||
python3 --version || true
|
||||
pyenv versions || true
|
||||
|
||||
pyenv global 3.6
|
||||
pyenv global 3.7
|
||||
fi
|
||||
|
||||
pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue
Block a user