mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 22:42:34 +03:00
15 lines
261 B
INI
15 lines
261 B
INI
[tox]
|
|
minversion = 1.8
|
|
basepython = python3.6
|
|
envlist = py{37,39}-ansible{210,30}
|
|
skipsdist = true
|
|
|
|
[testenv]
|
|
passenv = *
|
|
deps =
|
|
-r tox-requirements.txt
|
|
ansible210: ansible<3.0
|
|
ansible30: ansible<3.1
|
|
commands =
|
|
{posargs:molecule test -s podman}
|