From 4043bcab615d4961b1730761d28f6b5d27df9e9e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 09:44:56 -0400 Subject: [PATCH] Try setting path on Windows --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10668998..64bf178e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,13 @@ matrix: env: GAMOS=windows before_install: -- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi +- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then + cinst -y python2 + ls -al c:/python2 + dir c:\python2 + dir c:\ + PATH=$PATH:c:/python2/scripts + fi - pip install pyinstaller install: