surveil/tox.ini
aviau 1ac2078d85 Added docs env to tox
Change-Id: I39170fdd825683454b28e7a6b4f3c15a54ada38c
2014-08-12 10:07:16 -04:00

23 lines
332 B
INI

[tox]
minverson = 1.6
skipsdist = True
envlist = py27, pep8, docs
[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests
[testenv:pep8]
commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
exclude = .tox