Merge "Add a tox environment to build the docs"

This commit is contained in:
Jenkins
2015-09-08 07:35:46 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = heka,lma_collector
envlist = heka,lma_collector,docs
skipsdist = True
[testenv:heka]
@@ -27,3 +27,10 @@ commands =
mkdir -p {toxinidir}/.bundled_gems
bundle install
bundle exec rake test
[testenv:docs]
deps = -r{toxinidir}/test-requirements.txt
changedir = {toxinidir}/doc
whitelist_externals = make
commands =
make clean html SPHINXOPTS=-W