Skip to content

Commit f007cf5

Browse files
author
Amin
committed
update appveyor
1 parent 774940e commit f007cf5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,8 @@ environment:
4545
VS: "Visual Studio 14 2015 Win64"
4646

4747
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%"
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"

0 commit comments

Comments
 (0)