
This commit adds building the qa-specs repo as sphinx documentation. Change-Id: I7ea5ff188ab49f0141085287f18607e494951931
17 lines
308 B
INI
17 lines
308 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
sitepackages = True
|
|
usedevelop = True
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
install_command = pip install -U {opts} {packages}
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:build_specs]
|
|
commands = python setup.py build_sphinx
|