Skip to content

Commit

Permalink
TST: remove VC 9.0 from Azure CI
Browse files Browse the repository at this point in the history
* master branch no longer supports /
tests Python 2.7, so we can now
safely remove the older VC 9.0 compiler
from Windows Azure CI
  • Loading branch information
tylerjereddy committed Dec 14, 2018
1 parent 095f665 commit e937819
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ jobs:
versionSpec: $(PYTHON_VERSION)
addToPath: true
architecture: $(PYTHON_ARCH)
# as noted by numba project, currently need
# specific VC install for Python 2.7
- powershell: |
$wc = New-Object net.webclient
$wc.Downloadfile("https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi", "VCForPython27.msi")
Start-Process "VCForPython27.msi" /qn -Wait
displayName: 'Install VC 9.0'
condition: eq(variables['PYTHON_VERSION'], '2.7')
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- powershell: |
Expand Down

0 comments on commit e937819

Please sign in to comment.