Files
13229759330283a6f8ecfcf0c02707f90df802a6
152 lines
3.6 KiB
INI
152 lines
3.6 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
[testenv:pep8]
commands =
[testenv:functional]
# NOTE(odyssey4me): this target does not use constraints because
deps =
[testenv:linters]