bareon-specs/tox.ini
Evgeniy L 34cfdad585 Initialize repo
Content was generated with specs-cookiecutter template.

Change-Id: I55b39ed2aa4351d44dcea0a54fb0c18087fa5fa3
Related-bug: #1527267
2015-12-18 14:55:27 +03: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