From c881f2e1c8f2327ce53409e103c706ed6a25308e Mon Sep 17 00:00:00 2001 From: tzutalin Date: Mon, 22 Oct 2018 09:35:45 -0700 Subject: [PATCH] Fix build error due to travis --- .travis.yml | 3 ++- build-tools/README.md | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 111ab7ad..1cab065f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,8 +73,9 @@ matrix: env: - PIPENV_VENV_IN_PROJECT=1 - PIPENV_IGNORE_VIRTUALENVS=1 + before_install: + - brew install python install: - - brew upgrade python - pip3 install pipenv - pipenv --three - pipenv run pip install pyqt5 lxml diff --git a/build-tools/README.md b/build-tools/README.md index 9fdf1fcc..8e4cc5da 100644 --- a/build-tools/README.md +++ b/build-tools/README.md @@ -26,7 +26,6 @@ sh build-windows-binary.sh ### Build for macOS High Sierra ``` cd build-tools -chmod +x ./build-for-macos.sh ./build-for-macos.sh ```