Skip to content
tox.ini 735 B
Newer Older
[tox]
skip_install = True
skipsdist = True
envlist = openbsd60,openbsd59,xenial,trusty,precise,stretch,jessie,wheezy
nimrod's avatar
nimrod committed
envdir = {toxinidir}/.tox
deps = -rtests/requirements.txt
nimrod's avatar
nimrod committed
passenv = HOME VBOX* ANSIBLE_*
whitelist_externals =
    sh
commands =
    sh -c "ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles"
nimrod's avatar
nimrod committed
envdir = {toxinidir}/.tox
nimrod's avatar
nimrod committed
passenv = HOME VBOX* ANSIBLE_*
whitelist_externals =
    sh
commands =
    sh -c "ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles"
    molecule dependency
    pre-commit run --all-files