mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
pass DOTNET_ROOT in tox.ini for non-standard SDK locations
This commit is contained in:
parent
cb0bcfd67f
commit
5572257a92
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -3,7 +3,7 @@ envlist = py37,py38,pypy3,pre-commit
|
|||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
passenv = APPDATA HOME LOCALAPPDATA PROGRAMFILES RUSTUP_HOME
|
||||
passenv = APPDATA HOME LOCALAPPDATA PROGRAMFILES RUSTUP_HOME DOTNET_ROOT
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue