maybe python is already installed on mac

This commit is contained in:
Lex Berezhny 2018-11-30 11:30:03 -05:00
parent 3a1a9b988c
commit b3ee29b66d

View file

@ -91,8 +91,11 @@ jobs:
env: OS=mac
cache: false
install:
- brew update
- brew install python
#- brew update
#- brew install python
- python --version
- pip --version
- pip3 --version
- pip3 install pyinstaller
- git clone https://github.com/lbryio/torba.git --depth 1
- sed -i -e "s/'plyvel',//" torba/setup.py