1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.azure-pipelines/linux.yml
2020-10-25 23:18:48 +05:30

11 lines
165 B
YAML

variables:
CI: true
jobs:
- template: jobs/test.yml
parameters:
vmImage: ubuntu-16.04
- template: jobs/package.yml
parameters:
vmImage: ubuntu-16.04