[tox] | |
minversion = 1.6 | |
skipsdist = True | |
envlist = check | |
[testenv] | |
basepython = python2 | |
passenv = JEEPYB_* SSH_* GIT_* | |
[testenv:update] | |
deps = | |
git+https://gerrit.mcp.mirantis.net/mcp-ci/jeepyb.git@mirantis#egg=jeepyb | |
commands = | |
{toxinidir}/tests/update {posargs} | |
[testenv:check] | |
deps = | |
jsonschema>=2.0.0,<3.0.0,!=2.5.0 | |
PyYAML>=3.1.0 | |
GitPython | |
commands = {toxinidir}/tests/jeepyb-verify.py {toxinidir}/projects.yaml |