Try setting path on Windows

This commit is contained in:
Jay Lee
2019-04-12 09:44:56 -04:00
parent 1efa50aeab
commit 4043bcab61

View File

@@ -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: