From 0918bac86ed59089f1654a15b2ab03cf3e456c8f Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 30 Nov 2018 11:50:29 -0500 Subject: [PATCH] mac build stuff --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5c62bd53..87d45dad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,17 +91,16 @@ jobs: env: OS=mac cache: false install: - #- brew update - #- brew install python + - brew update + - brew upgrade python - python --version - pip --version - - pip3 --version - - pip3 install pyinstaller + - pip install pyinstaller - git clone https://github.com/lbryio/torba.git --depth 1 - sed -i -e "s/'plyvel',//" torba/setup.py - - cd torba && pip3 install -e . && cd .. + - cd torba && pip install -e . && cd .. - python scripts/set_build.py - - pip3 install -e . + - pip install -e . cache: directories: