Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
[tox]
minversion = 1.8
envlist = py{27}-ansible{25,26,27}
skipsdist = true
[travis:env]
ANSIBLE=
2.5: ansible25
2.6: ansible26
2.7: ansible27
[testenv]
passenv = *
deps =
-rtest-requirements.txt
ansible25: ansible<2.6
ansible26: ansible<2.7
ansible27: ansible<2.8
commands =
{posargs:molecule test --all --destroy always}