Support node on windows with long path hack

This commit is contained in:
Anthony Sottile 2018-01-11 22:25:39 -08:00
parent b4541d8a5f
commit 6e46d6ae75
4 changed files with 41 additions and 23 deletions

View file

@ -5,7 +5,7 @@ envlist = py27,py35,py36,pypy
[testenv]
deps = -rrequirements-dev.txt
passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
passenv = GOROOT HOME HOMEPATH PROCESSOR_ARCHITECTURE PROGRAMDATA TERM
commands =
coverage erase
coverage run -m pytest {posargs:tests}