Hanna Arhipova | 1f3bb7c | 2020-02-10 17:06:00 +0200 | [diff] [blame] | 1 | [tox] |
| 2 | envlist = cvp-sanity,cvp-spt,cvp-stacklight |
| 3 | skipsdist = TRUE |
| 4 | deps = pip==20.0.2 |
| 5 | setuptools |
| 6 | wheel |
| 7 | |
| 8 | [testenv] |
| 9 | passenv = * |
| 10 | commands = {posargs:pytest --version} |
| 11 | |
| 12 | [testenv:cvp-sanity] |
Oleksii Molchanov | 9c3ba2e | 2021-03-22 22:33:31 +0200 | [diff] [blame] | 13 | basepython = python3.8 |
Hanna Arhipova | 1f3bb7c | 2020-02-10 17:06:00 +0200 | [diff] [blame] | 14 | deps = -rcvp-sanity/requirements.txt |
| 15 | changedir = cvp-sanity |
| 16 | |
| 17 | [testenv:cvp-spt] |
| 18 | basepython = python2.7 |
| 19 | deps = -rcvp-spt/requirements.txt |
| 20 | changedir = cvp-spt |
| 21 | |
| 22 | [testenv:cvp-stacklight] |
| 23 | basepython = python2.7 |
| 24 | install_command = python -m pip install cvp-stacklight/stacklight-pytest {packages} |
| 25 | deps = -rcvp-stacklight/stacklight-pytest/requirements.txt |
| 26 | changedir = cvp-stacklight |