
All modules confirm with this now except for the puppet-tripleo module which has some customizations that I didn't want to override. [1] Since puppet-tripleo doesn't support ubuntu I didn't push the nodepool-bionic beaker file to that repo either. [1] http://paste.openstack.org/show/726199/ Change-Id: I5e51f683047dbbf7a5f1fc5e200f40e5110e499e
13 lines
438 B
INI
13 lines
438 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} {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
|