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