Skip to content

Commit 49035ba

Browse files
committed
tox 3.1 passes PROCESSOR_ARCHITECTURE by default
1 parent b93ef6f commit 49035ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py27,py36,py37,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt
8-
passenv = GOROOT HOME HOMEPATH PROCESSOR_ARCHITECTURE PROGRAMDATA TERM
8+
passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
99
commands =
1010
coverage erase
1111
coverage run -m pytest {posargs:tests}

0 commit comments

Comments
 (0)