blob: 47815f4f9cdb7abfb3de22be802430f7799a60ef [file] [log] [blame]
Sergey Otpuschennikovfc3a3832020-09-04 16:07:37 +04001[tox]
2minversion = 1.6
3skipsdist = True
4envlist = check
5
6[testenv]
7basepython = python2
8passenv = JEEPYB_* SSH_* GIT_*
9
10[testenv:update]
11deps =
12 git+https://gerrit.mcp.mirantis.net/mcp-ci/jeepyb.git@mirantis#egg=jeepyb
13commands =
14 {toxinidir}/tests/update {posargs}
15
16[testenv:check]
17deps =
18 jsonschema>=2.0.0,<3.0.0,!=2.5.0
19 PyYAML>=3.1.0
20 GitPython
21commands = {toxinidir}/tests/jeepyb-verify.py {toxinidir}/projects.yaml