From 6d208ac496ffd4814bc2a1804f7ac678ed5b4ae5 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 26 Jul 2018 19:13:14 -0400 Subject: [PATCH] trying pip3 on mac --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1a9b9e02..1ef499891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,10 +80,10 @@ jobs: osx_image: xcode9.4 language: generic install: - - pip install pyinstaller - - pip install git+https://github.com/lbryio/torba.git - - pip install git+https://github.com/lbryio/lbryschema.git - - pip install -e . + - pip3 install pyinstaller + - pip3 install git+https://github.com/lbryio/torba.git + - pip3 install git+https://github.com/lbryio/lbryschema.git + - pip3 install -e . script: - pyinstaller -F -n lbry lbrynet/cli.py - ./dist/lbry --version