30bc5d67ff
Change-Id: I8ffa7d164e0afd2a325bc5b4d76d4dc75d330739
16 lines
259 B
INI
16 lines
259 B
INI
[tox]
|
|
envlist = linters
|
|
skipsdist = true
|
|
|
|
[testenv]
|
|
whitelist_externals = sh
|
|
|
|
[testenv:linters]
|
|
commands = sh -c "echo linters >> {posargs}"
|
|
|
|
[testenv:non-default]
|
|
commands = sh -c "echo non-default >> {posargs}"
|
|
|
|
[testenv:%s]
|
|
commands = sh -c "echo working"
|