File: tox.ini

package info (click to toggle)
puppet-module-aodh 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,160 kB
  • sloc: ruby: 2,381; python: 33; makefile: 10; sh: 10
file content (8 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
[tox]
minversion = 3.1
envlist = releasenotes

[testenv:releasenotes]
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
       -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html