Files
52978f4f96695af5f237f88a97ec735732e55af9
205 lines
6.1 KiB
INI
205 lines
6.1 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 =
commands =
[testenv:linters]
commands =