mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(travis): pick any Python 3.x, x>=5 for CIRP
This commit is contained in:
parent
13cf04fad9
commit
973996dd41
|
@ -28,7 +28,7 @@ else
|
|||
python3 --version || true
|
||||
pyenv versions || true
|
||||
|
||||
pyenv global 3.7
|
||||
pyenv global $(pyenv versions | grep -o ' 3\.[5-99]\.[1-99]' | tail -n1)
|
||||
fi
|
||||
|
||||
pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue
Block a user