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