Initial tox.ini with bashate test and .gitreview

Change-Id: I2a0952472bed70aa8be2d484b123b8625401c0cf
This commit is contained in:
Artur Zarzycki 2016-05-10 12:05:46 +02:00
parent 0618ba3604
commit 6dc54b03d4
2 changed files with 13 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.fuel-infra.org
port=29418
project=nextgen/mcpinstaller.git

9
tox.ini Normal file
View File

@ -0,0 +1,9 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = bashate
[testenv:bashate]
deps = bashate>=0.2
whitelist_externals = bash
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v"