more fun with Windows git bash paths

This commit is contained in:
Jay Lee
2019-04-12 09:57:02 -04:00
parent cec7f88d2b
commit 85d52a4d68

View File

@@ -21,8 +21,9 @@ matrix:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
cinst -y python2;
ls -al c:/python2;
PATH=$PATH:c:/python2/scripts;
ls -l /
ls -al /python2;
PATH=$PATH:/python2/scripts;
fi
- pip install pyinstaller