Fix build error due to travis
This commit is contained in:
parent
d14d3b06df
commit
c881f2e1c8
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user