qa-specs/tox.ini
Matthew Treinish bc2e7c5ae4 Add sphinx support to qa-specs repo
This commit adds building the qa-specs repo as sphinx documentation.

Change-Id: I7ea5ff188ab49f0141085287f18607e494951931
2014-03-24 13:36:43 -04:00

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