We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14d3b0 commit c881f2eCopy full SHA for c881f2e
.travis.yml
@@ -73,8 +73,9 @@ matrix:
73
env:
74
- PIPENV_VENV_IN_PROJECT=1
75
- PIPENV_IGNORE_VIRTUALENVS=1
76
+ before_install:
77
+ - brew install python
78
install:
- - brew upgrade python
79
- pip3 install pipenv
80
- pipenv --three
81
- pipenv run pip install pyqt5 lxml
build-tools/README.md
@@ -26,7 +26,6 @@ sh build-windows-binary.sh
26
### Build for macOS High Sierra
27
```
28
cd build-tools
29
-chmod +x ./build-for-macos.sh
30
./build-for-macos.sh
31
32
0 commit comments