trying pip3 on mac

This commit is contained in:
Lex Berezhny 2018-07-26 19:13:14 -04:00 committed by Jack Robison
parent 8990c145fb
commit 6d208ac496
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -80,10 +80,10 @@ jobs:
osx_image: xcode9.4 osx_image: xcode9.4
language: generic language: generic
install: install:
- pip install pyinstaller - pip3 install pyinstaller
- pip install git+https://github.com/lbryio/torba.git - pip3 install git+https://github.com/lbryio/torba.git
- pip install git+https://github.com/lbryio/lbryschema.git - pip3 install git+https://github.com/lbryio/lbryschema.git
- pip install -e . - pip3 install -e .
script: script:
- pyinstaller -F -n lbry lbrynet/cli.py - pyinstaller -F -n lbry lbrynet/cli.py
- ./dist/lbry --version - ./dist/lbry --version