File: tox.ini

package info (click to toggle)
puppet-module-congress 13.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: ruby: 1,310; python: 40; makefile: 17; sh: 15
file content (11 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
[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]
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html