1
0
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

This commit is contained in:
Anthony Bilinski 2020-08-16 20:29:18 -07:00
parent 3612e94f5f
commit a68f5bcc6f
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -11,6 +11,7 @@ then
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
brew upgrade python || true
pip3 install virtualenv || true
python --version || true
python3 --version || true