mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
29 lines
462 B
YAML
29 lines
462 B
YAML
name: Pipenv Build Rules
|
|
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- master
|
|
paths:
|
|
exclude:
|
|
- docs/*
|
|
- news/*
|
|
- peeps/*
|
|
- README.md
|
|
- pipenv/*.txt
|
|
- CHANGELOG.rst
|
|
- CONTRIBUTING.md
|
|
- CODE_OF_CONDUCT.md
|
|
- .gitignore
|
|
- .gitattributes
|
|
- .editorconfig
|
|
|
|
jobs:
|
|
- template: jobs/test.yml
|
|
parameters:
|
|
vmImage: ubuntu-16.04
|
|
|
|
- template: jobs/run-vendor-scripts.yml
|
|
parameters:
|
|
vmImage: ubuntu-16.04
|