fe3378c68f
* Directories tree for mitaka projects * Tools to check candidacy * Generate candidates lists Change-Id: I784bc4a3a06d3d7506df6d2ef7e6b0362f7696b9
17 lines
301 B
INI
17 lines
301 B
INI
[tox]
|
|
envlist = docs
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
install_command = pip install -U {opts} {packages}
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:docs]
|
|
commands = python setup.py build_sphinx
|