Artur Zarzycki 441e0a59d9 Job for update jenkins jobs and simple tox config
Change-Id: Ia7ed0ecd50393cb601803ba9c52859f43066f7f7
2016-05-11 12:43:11 +02:00

19 lines
460 B
INI

[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"
[testenv]
basepython = python2
deps = -r{toxinidir}/requirements.txt
usedevelop = False
commands =
jenkins-jobs --conf conf/jenkins_job.ini.example test jenkins/jobs -o {toxinidir}/output/{envname}
[testenv:nextgen-ci]