From 2d4a24554f840ed85561431293b9a6b18c140650 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Apr 2019 17:49:43 -0400 Subject: [PATCH 1/2] Update osx-x86_64-before-install.sh --- src/travis/osx-x86_64-before-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index 6bba2ba8..ea5e41e6 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -40,8 +40,8 @@ $python -V cd $whereibelong export PATH=/usr/local/opt/python/libexec/bin:$PATH -pip install --upgrade pip -pip freeze > upgrades.txt -pip install --upgrade -r upgrades.txt -pip install -r src/requirements.txt -pip install pyinstaller +$pip install --upgrade pip +$pip freeze > upgrades.txt +$pip install --upgrade -r upgrades.txt +$pip install -r src/requirements.txt +$pip install pyinstaller From 77ed31d97504e49cab0a39cce75ec5ce11665de9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Apr 2019 18:06:22 -0400 Subject: [PATCH 2/2] Update osx-x86_64-install.sh --- src/travis/osx-x86_64-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/osx-x86_64-install.sh b/src/travis/osx-x86_64-install.sh index 0ac11a04..22d32d3c 100755 --- a/src/travis/osx-x86_64-install.sh +++ b/src/travis/osx-x86_64-install.sh @@ -1,5 +1,5 @@ cd src -pyinstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec +$python -OO -m PyInstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec gam/gam version export GAMVERSION=`gam/gam version simple` cp LICENSE gam