[tox] minversion = 2.0 # add docs to the list of environments once we actually have docs to generate envlist = molecule skipdist = True [testenv] usedevelop = True install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} passenv = * sitepackages = True deps = -r {toxinidir}/molecule-requirements.txt changedir = {toxinidir}/tripleo_ipa commands = molecule test --all whitelist_externals = tox