make sure to use python3 when running set_build.py

This commit is contained in:
Lex Berezhny 2019-04-21 14:35:50 -04:00
parent 19f300cc45
commit fcab4eb9bd

View file

@ -80,7 +80,7 @@ jobs:
install:
- pip3 install pyinstaller
- pip3 install git+https://github.com/lbryio/torba.git
- python scripts/set_build.py
- python3 scripts/set_build.py
- pip3 install -e .
script:
- pyinstaller -F -n lbrynet lbrynet/extras/cli.py