mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Fix appveyor and windows. Resolves #293
This commit is contained in:
parent
1cdbe38b5f
commit
248930f6dc
7 changed files with 60 additions and 34 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 TERM
|
||||
passenv = HOME HOMEPATH PROGRAMDATA TERM
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue