Files
ce6a6ebe1f72ab9f65ce7009bc1b3dbd6a229d7e
215 lines
6.5 KiB
INI
215 lines
6.5 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 \
commands =
bash -c 'rsync --archive --verbose --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'
commands =
[testenv:linters]
commands =