mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 17:41:45 +04:00
Fixes for rust tests on azure pipelines linux
This commit is contained in:
parent
016eda9f3c
commit
90128c5a9d
2 changed files with 2 additions and 4 deletions
2
tox.ini
2
tox.ini
|
|
@ -3,7 +3,7 @@ envlist = py27,py36,py37,pypy,pypy3,pre-commit
|
|||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
passenv = HOME LOCALAPPDATA
|
||||
passenv = HOME LOCALAPPDATA RUSTUP_HOME
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue