diff --git a/.travis/cirp/install.sh b/.travis/cirp/install.sh index ad945f431..2fafe5fc1 100644 --- a/.travis/cirp/install.sh +++ b/.travis/cirp/install.sh @@ -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