Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a397 commit e08d373Copy full SHA for e08d373
1 file changed
azure-pipelines.yml
@@ -20,10 +20,8 @@ jobs:
20
os: windows
21
additional_variables:
22
COVERAGE_IGNORE_WINDOWS: '# pragma: windows no cover'
23
- TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
+ TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS RUSTUP_HOME
24
TEMP: C:\Temp # remove when dropping python2
25
- pre_test:
26
- - template: step--rust-install.yml
27
- template: job--python-tox.yml@asottile
28
parameters:
29
toxenvs: [py37]
0 commit comments