put strawberry perl on the beginning of the PATH for windows

This commit is contained in:
Anthony Sottile
2020-02-03 12:42:10 -08:00
parent 44f5753bd8
commit 977bbd7643

View File

@@ -24,6 +24,11 @@ jobs:
pre_test:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH
- powershell: |
Write-Host "##vso[task.prependpath]C:\Strawberry\perl\bin"
Write-Host "##vso[task.prependpath]C:\Strawberry\perl\site\bin"
Write-Host "##vso[task.prependpath]C:\Strawberry\c\bin"
displayName: Add strawberry perl to PATH
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [py37]