Add ensurepip flag for Travis build issues
This commit is contained in:
parent
0ba7fc5817
commit
1659aa8ec0
|
@ -88,6 +88,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue