From 8722279281184c7656d18163268ca86c09c99a93 Mon Sep 17 00:00:00 2001 From: Steven Zeck Date: Fri, 15 Dec 2017 23:19:35 -0600 Subject: [PATCH] Revert addition of ensurepip --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cd3b4f..0b2e4ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,6 @@ cache: before_install: # Install Homebrew on Linux - - python -m ensurepip - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone --depth=1 https://github.com/Linuxbrew/brew.git ~/.linuxbrew || true; fi