Add ensurepip flag for Travis build issues

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

View File

@ -88,6 +88,7 @@ cache:
before_install: before_install:
# Install Homebrew on Linux # Install Homebrew on Linux
- python -m ensurepip
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
git clone --depth=1 https://github.com/Linuxbrew/brew.git ~/.linuxbrew || true; git clone --depth=1 https://github.com/Linuxbrew/brew.git ~/.linuxbrew || true;
fi fi