Added docs env to tox

Change-Id: I39170fdd825683454b28e7a6b4f3c15a54ada38c
This commit is contained in:
aviau 2014-08-12 10:07:16 -04:00
parent 68b745ce90
commit 1ac2078d85

View File

@ -1,7 +1,7 @@
[tox] [tox]
minverson = 1.6 minverson = 1.6
skipsdist = True skipsdist = True
envlist = py27, pep8 envlist = py27, pep8, docs
[testenv] [testenv]
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
@ -15,5 +15,8 @@ commands = flake8
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8] [flake8]
exclude = .tox exclude = .tox