Files
7b892f0de7ef7dba35c2a0289e481bf2c7df5dbf
203 lines
6.0 KiB
INI
203 lines
6.0 KiB
INI
[tox]
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
ansible-lint>=2.7.0,<3.0.0
commands =
bash -c 'rsync --archive --verbose --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'
[testenv:functional]
# NOTE(odyssey4me): this target does not use constraints because
deps =
[testenv:linters]