mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 21:04:17 +00:00
speed up azure jobs
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
1f6de3d703
commit
9eb0d699ec
2 changed files with 9 additions and 8 deletions
|
|
@ -13,15 +13,12 @@ resources:
|
|||
ref: refs/tags/v0.0.8
|
||||
|
||||
jobs:
|
||||
- template: job--pre-commit.yml@asottile
|
||||
- template: job--python-tox.yml@asottile
|
||||
parameters:
|
||||
toxenvs: [py27, py37]
|
||||
os: windows
|
||||
pre_test:
|
||||
- script: git lfs
|
||||
- template: job--python-tox.yml@asottile
|
||||
parameters:
|
||||
toxenvs: [pypy, py27, py36, py37]
|
||||
toxenvs: [pypy, pypy3, py27, py36, py37]
|
||||
os: linux
|
||||
pre_test:
|
||||
- script: git lfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue