File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,16 +45,8 @@ environment:
4545 VS : " Visual Studio 14 2015 Win64"
4646
4747install :
48- - ps : if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `
49- https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
50- Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
51- throw "There are newer queued builds for this pull request, failing early." }
52- - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
53- - ps : if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }
54- - " echo %APPVEYOR_BUILD_WORKER_IMAGE%"
5548 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
5649 - " python --version"
57- - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
5850 - " python -m pip install --disable-pip-version-check --user --upgrade pip"
5951 - " python -m easy_install -U setuptools"
6052 - " pip install -r requirements.txt"
You can’t perform that action at this time.
0 commit comments