fuel-ccp-etcd/tox.ini
Artur Zarzycki 475ce0835c Add venv with posargs
Change-Id: Ie844911bd41af1d54ef82640eb2454410a8c935d
2016-10-07 13:50:44 +02:00

13 lines
175 B
INI

[tox]
minversion = 1.6
envlist = linters
skipsdist = True
[testenv:linters]
deps = yamllint
commands =
{toxinidir}/tools/yamllint.sh
[testenv:venv]
commands = {posargs}