mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(travis): Install virtualenv for nightly build upload script
(cherry picked from commit a68f5bcc6f
)
This commit is contained in:
parent
953e542d53
commit
0413e8b372
|
@ -11,6 +11,7 @@ then
|
||||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
brew upgrade python || true
|
brew upgrade python || true
|
||||||
|
pip3 install virtualenv || true
|
||||||
|
|
||||||
python --version || true
|
python --version || true
|
||||||
python3 --version || true
|
python3 --version || true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user