From d12fd8d1c2851cec4af76d77b9ef7beaa83e837c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 15 Feb 2020 18:43:37 -0500 Subject: Update pip before installing virtualenv in travis (#5121) --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index f49569ed..3083b411 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -60,6 +60,7 @@ if [ -z "${DOWNSTREAM}" ]; then git clone --depth=1 https://github.com/google/wycheproof "$HOME/wycheproof" fi +pip install -U pip pip install virtualenv python -m virtualenv ~/.venv -- cgit v1.2.3