infra-manual/tox.ini
Christian Berendt 86cc80c3bd Remove call of 'python setup.py testr' in tox.ini
Because we do not have a .testr.conf configuration file the call of
python setup.py testr will fail.

Change-Id: I1885c11ae2aa0b98f2ec925580b3a8f26c62b390
2014-10-07 11:58:34 +02: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