Files
puppet-ceph/tox.ini
OpenStack Release Bot 880ad910f2 Update UPPER_CONSTRAINTS_FILE for stable/jewel
Change-Id: I520bc84cffaa4e5584632b51032e71bf174be0b7
2017-08-28 17:23:12 +00:00

12 lines
432 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = releasenotes
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
[testenv:releasenotes]
deps = -r{toxinidir}/test-requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html