pip --user to avoid needing admin access

This commit is contained in:
Jay Lee
2019-04-12 10:48:15 -04:00
parent 8b9af97012
commit 811a2db58b

View File

@@ -19,12 +19,13 @@ matrix:
env: GAMOS=windows
before_install:
- set
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
cinst -y python2;
PATH=$PATH:/c/Python27/scripts;
fi
- pip install --upgrade pip
- pip install pyinstaller
- pip install --user --upgrade pip
- pip install --user pyinstaller
install:
- cd src
@@ -33,7 +34,6 @@ install:
- cp whatsnew.txt gam
- cp GamCommands.txt gam
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
set;
ls -l $ProgramFiles;
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS.zip;
$ProgramFiles/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;