From 3adf3c26f2c4c2e7a55ba4fe420ff3594e30e72a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 4 Nov 2018 02:44:47 -0500 Subject: [PATCH] add set_build.py back in --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 269499ad9..33dd51e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ jobs: install: - pip3 install pyinstaller - pip3 install git+https://github.com/lbryio/torba.git + - python scripts/set_build.py - pip3 install -e . script: - pyinstaller -F -n lbrynet lbrynet/cli.py