File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,8 @@ environment:
45
45
VS : " Visual Studio 14 2015 Win64"
46
46
47
47
install :
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%"
55
48
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
56
49
- " python --version"
57
- - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
58
50
- " python -m pip install --disable-pip-version-check --user --upgrade pip"
59
51
- " python -m easy_install -U setuptools"
60
52
- " pip install -r requirements.txt"
You can’t perform that action at this time.
0 commit comments