Files
43485eede895d3fd6758ce710b41c065d88c8aa4
221 lines
6.9 KiB
INI
221 lines
6.9 KiB
INI
[tox]
skipsdist = True
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
passenv =
whitelist_externals =
python setup.py build_sphinx
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
# environment used by the -infra templated docs job
[flake8]
commands =
git clone https://git.openstack.org/openstack/openstack-ansible-plugins \
ansible-galaxy install \
ansible-playbook -i {toxinidir}/tests/inventory \
{toxinidir}/tests/test.yml
commands =
bash -c 'rsync --archive --verbose --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'
commands =
[testenv:linters]
commands =