1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
trigger: branches: include: [main, test-me-*] tags: include: ['*'] resources: repositories: - repository: asottile type: github endpoint: github name: asottile/azure-pipeline-templates ref: refs/tags/v2.4.0 jobs: - template: job--python-tox.yml@asottile parameters: toxenvs: [py37, py38] os: linux