Commit 44c975e7 by Victor M. Alvarez

Test workaround for SSL issue.

parent 2f7ba271
...@@ -88,6 +88,8 @@ install: ...@@ -88,6 +88,8 @@ install:
Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { ` Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
throw "There are newer queued builds for this pull request, failing early." } throw "There are newer queued builds for this pull request, failing early." }
- ps: [Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'
# Install Python (from the official .msi of http://python.org) and pip when # Install Python (from the official .msi of http://python.org) and pip when
# not already installed. # not already installed.
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 } - ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment