9 lines
143 B
INI
9 lines
143 B
INI
[tox]
|
|
skipsdist = True
|
|
minversion = 2.5.0
|
|
|
|
[testenv]
|
|
changedir = {toxinidir}/../../
|
|
commands = {posargs}
|
|
passenv = HOME
|
|
args_are_paths = False
|