Skip to content

Commit

Permalink
Merge b21555b into cc8bec7
Browse files Browse the repository at this point in the history
  • Loading branch information
topic2k committed Mar 6, 2018
2 parents cc8bec7 + b21555b commit 649b866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install:
"--- Stackless 2.7.12150 x86"
$StacklessInstaller = $InstallersFolder + "python-2.7.12150-stackless.msi"
$StacklessInstallDir = "TARGETDIR=" + $PythonFolder
$StacklessURL = "http://www.stackless.com/binaries/python-2.7.12150-stackless.msi"
$StacklessURL = "http://www.stackless.com/binaries/python-2.7.14150-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 649b866

Please sign in to comment.