We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93ef6f commit 49035baCopy full SHA for 49035ba
tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py36,py37,pypy
5
6
[testenv]
7
deps = -rrequirements-dev.txt
8
-passenv = GOROOT HOME HOMEPATH PROCESSOR_ARCHITECTURE PROGRAMDATA TERM
+passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
9
commands =
10
coverage erase
11
coverage run -m pytest {posargs:tests}
0 commit comments