mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +01:00
21 lines
350 B
INI
21 lines
350 B
INI
[tox]
|
|
minversion = 1.8
|
|
envlist = py{27}-ansible{23,24,25}
|
|
skipsdist = true
|
|
|
|
[travis:env]
|
|
ANSIBLE=
|
|
2.3: ansible23
|
|
2.4: ansible24
|
|
2.5: ansible25
|
|
|
|
[testenv]
|
|
passenv = *
|
|
deps =
|
|
-rtest-requirements.txt
|
|
ansible23: ansible<2.4
|
|
ansible24: ansible<2.5
|
|
ansible25: ansible<2.6
|
|
commands =
|
|
{posargs:molecule test --all --destroy always}
|