self-healing-sig/tox.ini
Adam Spiers 1662397300 Initial cookiecutter commit
Based on https://git.openstack.org/openstack-dev/specs-cookiecutter

Change-Id: Ic847b1981a2d3d1846225713fa2bc6e295dc60ac
2018-03-06 01:30:17 +00:00

26 lines
508 B
INI

[tox]
minversion = 1.6
envlist = docs
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:spelling]
deps =
-r{toxinidir}/requirements.txt
sphinxcontrib-spelling
PyEnchant
commands = sphinx-build -b spelling doc/source doc/build/spelling