From b3ee29b66d5e2a925c71920d449b9f5d017ffaa7 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 30 Nov 2018 11:30:03 -0500 Subject: [PATCH] maybe python is already installed on mac --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8000218ff..a5c62bd53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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