Prepare tox for creating venv and launch command

Change-Id: I254aabf1986df2e5fa85be8b53314d7ee1b189e2
This commit is contained in:
Artur Zarzycki 2016-08-16 11:32:30 +02:00
parent e32c56ed87
commit 4a5a0fcfce
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ minversion = 1.6
envlist = linters,bashate
skipsdist = True
[testenv:venv]
commands = {posargs}
[testenv:linters]
deps = yamllint
commands =