Fix build error due to travis

This commit is contained in:
tzutalin 2018-10-22 09:35:45 -07:00
parent d14d3b06df
commit c881f2e1c8
2 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,9 @@ matrix:
env: env:
- PIPENV_VENV_IN_PROJECT=1 - PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1 - PIPENV_IGNORE_VIRTUALENVS=1
before_install:
- brew install python
install: install:
- brew upgrade python
- pip3 install pipenv - pip3 install pipenv
- pipenv --three - pipenv --three
- pipenv run pip install pyqt5 lxml - pipenv run pip install pyqt5 lxml

View File

@ -26,7 +26,6 @@ sh build-windows-binary.sh
### Build for macOS High Sierra ### Build for macOS High Sierra
``` ```
cd build-tools cd build-tools
chmod +x ./build-for-macos.sh
./build-for-macos.sh ./build-for-macos.sh
``` ```