mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Merge pull request #1005 from asottile/gocache_appveyor
passenv %LocalAppData% so go functions on windows
This commit is contained in:
commit
81a94b8048
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ envlist = py27,py36,py37,pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements-dev.txt
|
deps = -rrequirements-dev.txt
|
||||||
passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
|
passenv = LOCALAPPDATA
|
||||||
commands =
|
commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run -m pytest {posargs:tests}
|
coverage run -m pytest {posargs:tests}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue