nova-specs/tox.ini
Joe Gordon 5354a0e971 Use -edocs instead of build_specs
Align our venv name with other OpenStack projects (such as keystone and
heat) who are using 'docs' for there docs build.

Change-Id: I20ff3c1df99fb50fbe16361024a44b04c03f0a67
2014-03-27 16:10:01 -07:00

17 lines
301 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:docs]
commands = python setup.py build_sphinx