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
|
||||
additional_variables:
|
||||
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
|
||||
pre_test:
|
||||
- template: step--rust-install.yml
|
||||
- template: job--python-tox.yml@asottile
|
||||
parameters:
|
||||
toxenvs: [py37]
|
||||
|
|
|
|||
Loading…
Reference in a new issue