mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Don't need passenv = LANG for tox
This commit is contained in:
parent
ef8b39df29
commit
a332f8f172
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ envlist = py26,py27,py33,py34,pypy
|
|||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
passenv = HOME HOMEPATH LANG TERM
|
||||
passenv = HOME HOMEPATH TERM
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue