nova-specs/tox.ini
Russell Bryant 775d69037b Allow running 'tox' with no arguments
Change-Id: I3137ce5ae5631bf5bcf0455a17828369dea6b9fd
2014-03-31 12:01:34 -04:00

17 lines
296 B
INI

[tox]
minversion = 1.6
envlist = docs
skipsdist = True
[testenv]
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