Files
puppet-ceph/tox.ini
OpenStack Release Bot 41b84e8f4a Update UPPER_CONSTRAINTS_FILE for stable/mimic
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/mimic branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I3cd13fd93f639da86d2afd8c8561fecbc5cfdd74
2019-04-16 06:17:37 +00:00

13 lines
411 B
INI

[tox]
minversion = 2.0
skipsdist = True
envlist = releasenotes
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein} {opts} {packages}
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html