mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
more fun with Windows git bash paths
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user