Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Bug 1104068 - Added a test job to test building the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 30, 2015
1 parent 081d5a6 commit 58ff6ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ env:
matrix:
- TOXENV=py26
- TOXENV=flake8
- TOXENV=docs
global:
- DJANGO_SETTINGS_MODULE=settings_travis
- DEBIAN_FRONTEND=noninteractive
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Expand Up @@ -14,7 +14,6 @@ Contents:
search

development
configuration
migrations
localization
ckeditor
Expand Down
7 changes: 6 additions & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,flake8
envlist = py26, flake8, docs
skipsdist = True

[testenv:py26]
Expand All @@ -21,6 +21,11 @@ basepython = python2.6
deps = flake8
commands = flake8 kuma

[testenv:docs]
basepython = python2.6
deps = -rrequirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html

[flake8]
exclude=**/migrations/**,.tox,*.egg,vendor
ignore=E501

0 comments on commit 58ff6ca

Please sign in to comment.