1
0
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:
Maxim Biro 2020-02-24 16:33:26 -05:00
parent 13cf04fad9
commit 973996dd41
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -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