We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2312d8e commit 4e78b8fCopy full SHA for 4e78b8f
1 file changed
tox.ini
@@ -3,7 +3,7 @@ envlist = py36,py37,py38,pypy3,pre-commit
3
4
[testenv]
5
deps = -rrequirements-dev.txt
6
-passenv = HOME LOCALAPPDATA RUSTUP_HOME
+passenv = *
7
commands =
8
coverage erase
9
coverage run -m pytest {posargs:tests}
0 commit comments