added sudo to install python packages on macosx
This commit is contained in:
@@ -2,8 +2,8 @@ language: objective-c
|
|||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install qt5
|
- brew install qt5
|
||||||
- pip install pyjavaproperties
|
- sudo pip install pyjavaproperties
|
||||||
- pip install github3.py
|
- sudo pip install github3.py
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
Reference in New Issue
Block a user