aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-02-15 18:43:37 -0500
committerGitHub <noreply@github.com>2020-02-15 17:43:37 -0600
commitd12fd8d1c2851cec4af76d77b9ef7beaa83e837c (patch)
treefe70ca8a3efe66be5c368f1935dade4d8e644068
parentc0dbbb52fbcae313a566285f44e6e4b2820baaf7 (diff)
downloadcryptography-d12fd8d1c2851cec4af76d77b9ef7beaa83e837c.tar.gz
cryptography-d12fd8d1c2851cec4af76d77b9ef7beaa83e837c.tar.bz2
cryptography-d12fd8d1c2851cec4af76d77b9ef7beaa83e837c.zip
Update pip before installing virtualenv in travis (#5121)
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
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