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