mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
azure pipelines now has rust by default on windows
This commit is contained in:
parent
0b6a39768a
commit
e08d373be3
1 changed files with 1 additions and 3 deletions
|
|
@ -20,10 +20,8 @@ jobs:
|
||||||
os: windows
|
os: windows
|
||||||
additional_variables:
|
additional_variables:
|
||||||
COVERAGE_IGNORE_WINDOWS: '# pragma: windows no cover'
|
COVERAGE_IGNORE_WINDOWS: '# pragma: windows no cover'
|
||||||
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
|
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS RUSTUP_HOME
|
||||||
TEMP: C:\Temp # remove when dropping python2
|
TEMP: C:\Temp # remove when dropping python2
|
||||||
pre_test:
|
|
||||||
- template: step--rust-install.yml
|
|
||||||
- template: job--python-tox.yml@asottile
|
- template: job--python-tox.yml@asottile
|
||||||
parameters:
|
parameters:
|
||||||
toxenvs: [py37]
|
toxenvs: [py37]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue