Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
[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}