Revert addition of ensurepip

This commit is contained in:
Steven Zeck 2017-12-15 23:19:35 -06:00 committed by GitHub
parent 1659aa8ec0
commit 8722279281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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