forked from LBRYCommunity/lbry-sdk
parent
3a4c9ff4f9
commit
bf12fb68a2
1 changed files with 1 additions and 3 deletions
|
@ -86,14 +86,12 @@ jobs:
|
||||||
- <<: *build
|
- <<: *build
|
||||||
name: "Mac"
|
name: "Mac"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8.3
|
||||||
language: generic
|
language: generic
|
||||||
env: OS=mac
|
env: OS=mac
|
||||||
cache: false
|
cache: false
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
|
||||||
- brew upgrade python
|
- brew upgrade python
|
||||||
- brew postinstall python
|
|
||||||
install:
|
install:
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- pip3 --version
|
- pip3 --version
|
||||||
|
|
Loading…
Reference in a new issue