Browse Source

fix(travis): Install virtualenv for nightly build upload script

(cherry picked from commit a68f5bcc6f)
reviewable/pr6257/r7
Anthony Bilinski 6 years ago
parent
commit
0413e8b372
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      .travis/cirp/install.sh

1
.travis/cirp/install.sh

@ -11,6 +11,7 @@ then @@ -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

Loading…
Cancel
Save