add new molecule scenario, add tox config

This commit is contained in:
2022-08-08 10:20:43 +07:00
parent abfd096abe
commit a90af00f5a
7 changed files with 112 additions and 0 deletions

14
tox.ini Normal file
View File

@@ -0,0 +1,14 @@
[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}