Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
topic2k committed Dec 24, 2018
1 parent b21555b commit 8b61551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ install:
" Done."
}
" "
"--- Stackless 2.7.12150 x86"
$StacklessInstaller = $InstallersFolder + "python-2.7.12150-stackless.msi"
"--- Stackless 2.7.15150 x86"
$StacklessInstaller = $InstallersFolder + "python-2.7.15150-stackless.msi"
$StacklessInstallDir = "TARGETDIR=" + $PythonFolder
$StacklessURL = "http://www.stackless.com/binaries/python-2.7.14150-stackless.msi"
$StacklessURL = "http://www.stackless.com/binaries/python-2.7.15150-stackless.msi"
Start-FileDownload $StacklessURL -Timeout 60000 -FileName $StacklessInstaller
" Installing..."
Start-Process MsiExec.exe -Arg "/I $StacklessInstaller /quiet /passive /qn /norestart $StacklessInstallDir" -Wait
Expand Down

0 comments on commit 8b61551

Please sign in to comment.