Skip to content

Commit c881f2e

Browse files
committed
Fix build error due to travis
1 parent d14d3b0 commit c881f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ matrix:
7373
env:
7474
- PIPENV_VENV_IN_PROJECT=1
7575
- PIPENV_IGNORE_VIRTUALENVS=1
76+
before_install:
77+
- brew install python
7678
install:
77-
- brew upgrade python
7879
- pip3 install pipenv
7980
- pipenv --three
8081
- pipenv run pip install pyqt5 lxml

build-tools/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sh build-windows-binary.sh
2626
### Build for macOS High Sierra
2727
```
2828
cd build-tools
29-
chmod +x ./build-for-macos.sh
3029
./build-for-macos.sh
3130
```
3231

0 commit comments

Comments
 (0)