From fcab4eb9bdf36a9ed8eabe3d1fc08b554b5344d1 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 21 Apr 2019 14:35:50 -0400 Subject: [PATCH] make sure to use python3 when running set_build.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24f2321ba..97563d648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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