From 6198f7ace340ffed0b56fc3c628571f113f7b2f9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 15 Apr 2019 09:16:58 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15cbd889..2b03e199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ before_install: install: - cd src -- pyinstaller --clean -F --distpath=gam $GAMOS-gam.spec +- python -m PyInstaller --clean -F --distpath=gam $GAMOS-gam.spec - gam/gam version - export GAMVERSION=`gam/gam version simple` - cp LICENSE gam